[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: Cannot get users to load



Title: RE: Cannot get users to load

mpease@egginc.com wanted us to know:

I don't expect there to be any permissions problems, but please show the
result of:

here are the results:
ls -ld /var/lib/openldap-data
drwx------  2 root root 4096 Oct 14 14:27 /usr/local/var/openldap-data  
 
ls -l /var/lib/openldap-data/
total 540
drwx------  2 root root   4096 Oct 14 14:27 .
drwxr-xr-x  5 root root   4096 Oct 14 14:23 ..
-rw-------  1 root root  16384 Oct 14 14:27 __db.001
-rw-------  1 root root 278528 Oct 14 14:27 __db.002
-rw-------  1 root root  98304 Oct 14 14:27 __db.003
-rw-------  1 root root 450560 Oct 14 14:27 __db.004
-rw-------  1 root root  24576 Oct 14 14:27 __db.005
-rw-------  1 root root   8192 Oct 19 21:38 dn2id.bdb
-rw-------  1 root root  32768 Oct 19 21:38 id2entry.bdb
-rw-------  1 root root  44635 Oct 19 21:38 log.0000000001

Show me the result of:
cat -e egg3.txt
here's a snippet of the egg3.txt file since it is 45000+ lines long.
The lines do have "$" at the ends instead of "^M"s. it also has "objectclass"es defined. So I wonder why the ldapadd is not seeing them. I have removed all the extra spaces from the file

[root@EGGLDAP openldap]# cat -e egg3.txt | more
# record add into the egg ou$
dn:cn=Charles Abbate,ou=egg,dc=services,dc=egginc,dc=com$
changetype:add$
objectclass:top$
objectclass:person$
objectclass:organizationalPerson$
cn:Charles Abbate$
telephonenumber:(435) 833-7655$
sn:Abbate$
emailaddress:CAbbate@EGGinc.com$
# record add into the egg ou$
dn:cn=Jack Abbott,ou=egg,dc=services,dc=egginc,dc=com$
changetype:add$
objectclass:top$
objectclass:person$
objectclass:organizationalPerson$
cn:Jack Abbott$
telephonenumber:[702]-736-3538$
sn:Abbott$
emailaddress:jabbott@egginc.com$
# record add into the egg ou$
dn:cn=Ronald Abe,ou=egg,dc=services,dc=egginc,dc=com$
changetype:add$
objectclass:top$
objectclass:person$
objectclass:organizationalPerson$
cn:Ronald Abe$
telephonenumber:$
sn:Abe$
emailaddress:Ronald.Abe@jt3.com$
# record add into the egg ou$
dn:cn=Louis Abena-ondoa,ou=egg,dc=services,dc=egginc,dc=com$
changetype:add$
objectclass:top$
objectclass:person$
objectclass:organizationalPerson$
cn:Louis Abena-ondoa$
telephonenumber:$
sn:Abena-ondoa$
emailaddress:louis.abena-ondoa@noaa.gov$