This one time, at band camp, Philip Greggs wrote: >> > >> > In Fedora 1, 2, 3, 4, and 5 it is in /etc/openldap/ldap.conf. >> > >> > My ldap.conf >> > #cat /etc/openldap/ldap.conf >> > HOST ldap.example.com.ex >> > BASE dc=example,dc=com,dc=ex >> You may also test a similar setup using Public LDAP Servers in your >> 'ldap.conf'. >> >> For example, you may try this in your ldap.conf >> HOST ldap.baylor.edu >> BASE o=Baylor University,c=US >> >> and then do, >> >> $ldapsearch -x >> >> Or >> HOST directory.monash.edu.au >> BASE o=Monash University,c=AU >> and then do, >> >> $ldapsearch -x >> > >Makes sense. > >One more question. How can individual users without superuser access >change the LDAP HOST server and/or BASE filter ? Tried this but no >joy: > >$export HOST="ldap.myserver.com" >$ldapsearch -x > >One moment a user wants to access Baylor U and another time >Monash U but SysAdmin is out to lunch. Is this possible ?
~/.ldaprc is the same format as the ldap client tools config, and takes precedence. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
