User Tools

Site Tools


ldap_secreto
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


ldap_secreto [2024-08-28 14:53] (current) – created gnann
Line 1: Line 1:
 +<code bash> 
 +#config direta para usar ad como ldap+kerb 
 +[sssd] 
 +config_file_version = 2 
 +services = nss, pam 
 +domains = ad.ime.usp.br 
 +  
 +[domain/ad.ime.usp.br] 
 +# conexão 
 +id_provider = ldap 
 +ldap_uri = ldap://ad.ime.usp.br 
 +ldap_search_base = dc=ad,dc=ime,dc=usp,dc=br 
 +# opção importantíssima para usar o samba como LDAP 
 +ldap_referrals = false 
 +  
 +# schema 
 +ldap_id_mapping = false 
 +ldap_schema = ad 
 +  
 +# binding 
 +ldap_id_use_start_tls = true 
 +ldap_tls_reqcert = allow 
 +ldap_default_bind_dn = cn=joinador,cn=users,dc=ad,dc=ime,dc=usp,dc=br 
 +ldap_default_authtok = palmeiras não tem mundial!!! 
 +ldap_force_upper_case_realm = true 
 +  
 +# kerberos 
 +#auth_provider = krb5 
 +#krb5_realm = AD.IME.USP.BR 
 +#krb5_server = ad.ime.usp.br 
 +# o sssd reclama se o kpasswd não for explicitamente definido 
 +#krb5_kpasswd = ad.ime.usp.br 
 +</code>
ldap_secreto.txt · Last modified: by gnann

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki