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/ | ||
| + | # conexão | ||
| + | id_provider = ldap | ||
| + | ldap_uri = ldap:// | ||
| + | ldap_search_base = dc=ad, | ||
| + | # 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, | ||
| + | ldap_default_authtok = palmeiras não tem mundial!!! | ||
| + | ldap_force_upper_case_realm = true | ||
| + | |||
| + | # kerberos | ||
| + | # | ||
| + | #krb5_realm = AD.IME.USP.BR | ||
| + | # | ||
| + | # o sssd reclama se o kpasswd não for explicitamente definido | ||
| + | # | ||
| + | </ | ||
ldap_secreto.txt · Last modified: by gnann
