search for: ldap_user_search_filter

Displaying 3 results from an estimated 3 matches for "ldap_user_search_filter".

2013 Apr 14
1
sssd getent problem with Samba 4.0
...ldap_default_authtok = xx ldap_default_authtok_type = password ldap_user_object_class = person ldap_user_name = samAccountName ldap_user_uid_number = uidNumber ldap_user_gid_number = gidNumber ldap_user_home_directory = unixHomeDirectory ldap_user_shell = loginShell ldap_group_object_class = group #ldap_user_search_filter =(&(objectCategory=User)(uidNumber=*)) I've tried enumerate = true and it works as expected but strangely, only for the first time after sssd is started. it then returns only local users. Any ideas? Cheers, Steve
2016 Aug 10
0
upgrading to 4.4+
...36 ldap_protocol = ldaps ldap_uri = ldaps://dc1.internal.domain.tld ldaps://dc2.internal.domain.tld ldap_bind_user = CN=SPECIAL_USERSHERE,OU=Service-Accounts,OU=MYCOMPANY ldap_bind_passwd = mysecretpassword. ldap_search_base = OU=MYCOMPANY # i limit search to only zarafaAddount enabled users. ldap_user_search_filter = (objectCategory=Person)(zarafaAccount=1) .. etc .. if you need mor just ask. Most important here, i have a correct ssl setup, internal side my own certificates, cat /etc/ldap/ldap.conf TLS_CACERT /etc/ssl/certs/ca-certificates.crt TLS_REQCERT allow My root cert is in /etc/ssl/certs/ca-...
2016 Aug 09
3
upgrading to 4.4+
hi im still running zarafa Product version: 7,2,1,51838 and when i ran the dbcheck i couldn't authenticate against ldap from zarafa webapp i'll try to upgrade to the latest samba and rerun again and see if it breaks it. Thanks for sharing your experience. Samba - General mailing list wrote > Hai, > > You can fix it, i did it here for my zarafa 7.2.3. after