I think you need to create ou Object before adding
the data, the following data works for me
dn: dc=percipia,dc=com objectClass: top objectClass: organization o: Percipia description: This is our organizations base dn. Everything is stored beneath this dn: ou=people,dc=percipia,dc=com objectClass: top objectClass: organizationalunit ou: people description: This is the tree were user accounts are stored dn: ou=groups,dc=percipia,dc=com objectClass: top objectClass: organizationalunit ou: groups description: This is the tree were Group accounts are stored dn: cn=mail,ou=groups,dc=percipia,dc=com objectClass: posixgroup objectClass: top cn: mail userPassword: {crypt}x gidNumber: 7 memberUid: daemon memberUid: sundaram -SR
|