Lin.DS.OU.Create
Top  Previous  Next


Creates Linux organizational unit

A connection must be established with Lin.DS.Logon before any other Lin.DS.x command can be used.

Use Lin.DS.Object.Delete to delete an OU.

Requirements
·Linux server with OpenLDAP 2.0 or higher, configured to accept SSL connections on port 636.  
·A locally installed SSL certificate.  

Category
Linux

Script section
All

Lin.DS.OU.Create
ObjectPath

ObjectPath
Full directory path to OU to create  

Example
Create OU MyOU and OU OUinMyOU in OU MyOU

Lin.DS.OU.Create dc=com/dc=my-domain/ou=MyOU   
Lin.DS.OU.Create dc=com/dc=my-domain/ou=MyOU/ou=OUinMyOU