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

ldapsearch and kerberos



What is the proper syntax for ldapsearch using kerberos?  If I run the following:
	kinit jcorley@EXAMPLE.COM
	<enter my password>
	ldapsearch -ZZ -H ldap://my.ldap.server/ "(objectClass=posixAccount)"
I get the output I'm looking for.  But shouldn't I be able to combine those two steps into one ldapsearch using the -I, -X, and/or -U options?  Nothing I've tried works.
Thanks,
Jason