search for: member1cert

Displaying 2 results from an estimated 2 matches for "member1cert".

2017 Feb 13
1
LDAP problem
...dc=samdom,dc=example,dc=com" -H ldaps://dc1.samdom.example.com -W sAMAccountName=rowland Enter password when prompted If it is working, you will get the users AD object. Copy the AD Root certificate to the Linux box scp /usr/local/samba/private/tls/cert.pem root at devstation:/etc/ssl/certs/member1cert.pem Configure the /etc/openldap/ldap.conf file as follows: HOST dc1.samdom.example.com TLS_CACERT /etc/ssl/certs/member1cert.pem TLS_REQCERT never Test with the same command: ldapsearch -D "Administrator at samdom.example.com" -b "cn=Users,dc=samdom,dc=example,dc=com" -H lda...
2017 Feb 03
1
LDAP problem
Hello Vinicius, I did it and this was the answer: ldapsearch -H "ldaps://devsamba.lucas.ufes.br:636" -w '*********' -D "cn=administrator,cn=users,dc=lucas,dc=ufes,dc=br" -x -b "dc=lucas,dc=ufes,dc=br" -d1 ldap_url_parse_ext(ldaps://devsamba.lucas.ufes.br:636) ldap_create ldap_url_parse_ext(ldaps://devsamba.lucas.ufes.br:636/??base) ldap_sasl_bind