Displaying 2 results from an estimated 2 matches for "krb5cc_10000_vzsxw8".
2016 Apr 19
5
Ldapsearch against Samba 4
I'm setting up a test domain in order to try out Sudoers LDAP and have
run into a problem that has my puzzled. On our production domain I can
run a query such as:
ldapsearch -LLL -p389 -h DC -u me at ourdomain.com.au -W -X -LLL -b
"dc=ourdomain,dc=com,dc=au" -s sub
However, running an equivalent search on a freshly installed test
domain, using the exact same version of Samba
2016 Apr 19
0
Ldapsearch against Samba 4
...X -LLL -b
> "dc=ourdomain,dc=com,dc=au" -s sub
>
Try using ldbsearch instead:
ldbsearch -H ldap://dc1 -Ume -b "dc=ourdomain,dc=com,dc=au" -s sub
Or with kerberos (run kinit & klist to get correct ticket cache)
ldbsearch -H ldap://DC -Ume -k yes
--krb5-ccache=/tmp/krb5cc_10000_VzsXW8 -b "dc=ourdomain,dc=com,dc=au" -s sub
> However, running an equivalent search on a freshly installed test
> domain, using the exact same version of Samba and the same smb.conf
> (with appropriate domain adjustments), I get the following error:
>
> ldap_sasl_interactive...