I think you should put "objectclass=*" (search filter) at the end, see "man ldapsearch"
If you need to do anything and are not familar with LDAP command tools, use the admin server to do it.
IIRC all your LDAP data should have baseDN dc=composers,dc=foo,dc=com, if your nisdomain (LDAP domain) is set as composers.foo.com.
Gary
-----Original Message----- From: fedora-directory-users-bounces@redhat.com [mailto:fedora-directory-users-bounces@redhat.com] On Behalf Of Igor Sent: Thursday, August 25, 2005 3:20 AM To: General discussion list for the Fedora Directory server project. Subject: Re: [Fedora-directory-users] getting solaris 8 to talk to FDS
Here's what I get when I run ldapsearch:
bash-2.03# ldapsearch -h cnyitlin02 -b "dc=foo,dc=com" -L "objectclass=*" -D "uid=proxyagent,ou=profile,dc=foo,dc=com" -w password
dn: dc=foo,dc=com dn: cn=Directory Administrators, dc=foo,dc=com dn: gidnumber=5000,cn=Directory Administrators,dc=foo,dc=com dn: gidnumber=6000,dc=foo,dc=com dn: uid=testdba,gidnumber=6000,dc=foo,dc=com dn: ou=profile,dc=foo,dc=com dn: cn=default,ou=profile,dc=foo,dc=com dn: cn=tls_profile,ou=profile,dc=foo,dc=com dn: nisdomain=composers.foo.com,dc=foo,dc=com dn: uid=proxyAgent,ou=profile,dc=foo,dc=com
how do I get rid of the nisdomain in there? moreover, do I need to?
____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs
-- Fedora-directory-users mailing list Fedora-directory-users@redhat.com https://www.redhat.com/mailman/listinfo/fedora-directory-users
--- "Tay, Gary" Gary_Tay@platts.com wrote:
I think you should put "objectclass=*" (search filter) at the end, see "man ldapsearch"
If you need to do anything and are not familar with LDAP command tools, use the admin server to do it.
IIRC all your LDAP data should have baseDN dc=composers,dc=foo,dc=com, if your nisdomain (LDAP domain) is set as composers.foo.com.
I changed it:
# foo.com, foo.com dn: nisdomain=foo.com,dc=foo,dc=com objectClass: top objectClass: nisdomainobject nisDomain: foo.com
bash-2.03# ldaplist -l ldaplist: Object not found (LDAP ERROR (50): Insufficient access.)
Gary, sorry for being dense but where's the baseDN? I need to check what it is...
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
389-users@lists.fedoraproject.org