[Cpu-users] CPU problems after a fresh ldap migration
Brought to you by:
matheny
From: Kevin M. <ke...@eo...> - 2003-06-21 18:24:32
|
Hi folks, I'm attempting to migrate a Redhat 7.3 installation from files to ldap authentication. I've got the following ldap packages installed: openldap-clients-2.0.27-2.7.3 nss_ldap-189-4 openldap-devel-2.0.27-2.7.3 openldap12-1.2.13-8 openldap-2.0.27-2.7.3 openldap-servers-2.0.27-2.7.3 I used the migrate_all_offline.sh from the padl.com migration tools package to import my existing accounts into the ldap directory. slapd was not running while the migrate script ran. I installed cpu-1.3.100 from source. When I run 'cpu cat' it outputs the user accounts, but seems to choke trying to list groups: User Accounts root:x:0:0:root:/root:/bin/bash bin:x:1:1:bin:/bin:/sbin/nologin daemon:x:2:2:daemon:/sbin:/sbin/nologin adm:x:3:4:adm:/var/adm:/sbin/nologin <tons of users snipped> somelocaluser:x:517:517::/home/somelocaluser:/bin/bash ldap: ldapCat: ldap_search_st: No such object matched DN: "dc=mydomain,dc=com" ldap: CPU_init: Error in ldapOperation. There's a similar error when trying to add a new account: # cpu useradd test ldap: getNextGid: ldap_search_st: No such object matched DN: "dc=mydomain,dc=com" ldap: CPU_init: Error in ldapOperation. Domain names have been changed to protect the ignorant. :-) Any clues? -- Kevin Murphy |