Im following gregs howto() but I'm running into some issues.
I noticed a few things.
1. I can bind to ldap from my zimbra server using the following query:
Code:
ldapsearch -H ldap://zimbra.domain.tld/ -v -x -W -D 'uid=myadmin,ou=people,dc=zimbra,dc=domain,dc=tld' -s sub '(objectclass=*)' -LL
If I run this query from another host on the same lan i get the following output:
Code:
ldap_initialize( ldap://zimbra.domain.tld/ )
Enter LDAP Password:
filter: (objectclass=*)
requesting: ALL
version: 1
No such object (32)
Matched DN: dc=tld
needless to say, samba and pam are not working
I don't see posixAccount anywhere in my ldapsearch.