Results 1 to 1 of 1
So lets say I have a top level organizational unit like this:
Code:
dn: ou=devices,dc=foo,dc=com
ou: devices
objectClass: top
objectClass: organizationalUnit
I want to add additional organizational units as children ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-24-2012 #1Just Joined!
- Join Date
- Mar 2011
- Location
- pittsburgh
- Posts
- 67
Adding an ou within an ou using OpenLDAP and LDIF format
So lets say I have a top level organizational unit like this:
I want to add additional organizational units as children to this one, but I'm not sure how the notation would look. Would it look something like this?Code:dn: ou=devices,dc=foo,dc=com ou: devices objectClass: top objectClass: organizationalUnit
Code:dn: ou=computers,ou=devices,dc=foo,dc=com ou: computers objectClass: organizationalUnit


Reply With Quote
