As I enter this in the command line: 
 
ldapadd -x -h localhost -D "cn=manager,dc=EAGLES,dc=com" -f base.ldif  -W
 
I get the message:
 
ldapadd: update failed: dc=EAGLES,dc=com
ldap_add: Already exists (68)
 
Is that a bad thing? Here is my whole "base.ldif" file under /root/LDIF/:
 
dn: dc=EAGLES,dc=com
objectClass: domain
dc: EAGLES
 
dn: ou=Groups,dc=EAGLES,dc=com
objectClass: top
objectClass: organizationalunit
ou: Groups
description: System groups
 
dn: ou=Users,dc=EAGLES,dc=com
objectclass: top
objectclass: organizationalunit
ou: Users
description: Users of the Organization
 
dn: ou=Computers,dc=EAGLES,dc=com
objectclass: top
objectclass: organizationalunit
ou: Computers
description: Windows Domain Computers
 
dn: dc=EAGLES,dc=com
objectclass: dcobject
objectclass: organization
o: EAGLES com.
dc: EAGLES
 
dn: ou=manager,dc=EAGLES,dc=com
objectclass: organizationalrole
cn: manager
 
dn: cn=Domain Admins,ou=Groups,dc=EAGLES,dc=com
objectClass: posixGroup
gidNumber: 200
cn: Domain Admins
memberUid: administrator
description: Windows Domain Users
 
dn: cn=Domain Users,ou=Groups,dc=EAGLES,dc=com
objectClass: posixGroup
gidNumber: 201
cn: Domain Users
description: Windows Domain Users

 
 

                
---------------------------------
Do you Yahoo!?
SBC Yahoo! - Internet access at a great low price.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to