ldap_auth.conf-issue1171.patch
| ldap_auth.conf 2012-03-16 15:18:43.381919329 +0100 | ||
|---|---|---|
| 21 | 21 | # Ldap authentication method | 
| 22 | 22 | :auth_method: :simple | 
| 23 | 23 | |
| 24 | # Ldap encryption method, if not set connects in plaintext | |
| 25 | # You can use :simple_tls to activate TLS support. | |
| 26 | # See http://net-ldap.rubyforge.org/Net/LDAP.html#method-i-encryption | |
| 27 | #:encryption: :simple_tls | |
| 28 | ||
| 24 | 29 | # Ldap server | 
| 25 | 30 | :host: localhost | 
| 26 | 31 | :port: 389 |