source:
trunk/server/doc/389-ds-enable-ssl-and-kerberos.diff
@
1296
Last change on this file since 1296 was 1296, checked in by mitchb, 15 years ago | |
---|---|
File size: 1.7 KB |
-
.config.ldif
o-f b-m 123 123 passwordMaxFailure: 3 124 124 nsslapd-accesslog: /var/log/dirsrv/slapd-scripts/access 125 125 nsslapd-lastmod: on 126 nsslapd-security: o ff126 nsslapd-security: on 127 127 passwordMaxAge: 8640000 128 128 nsslapd-auditlog-logrotationtimeunit: day 129 129 passwordResetFailureCount: 600 … … 180 180 nsslapd-referralmode: 181 181 nsslapd-maxdescriptors: 1024 182 182 nsslapd-conntablesize: 1024 183 nsslapd-sslclientauth: off183 nsslapd-sslclientauth: allowed 184 184 nsslapd-config: cn=config 185 185 nsslapd-instancedir: 186 186 nsslapd-schemadir: /etc/dirsrv/slapd-scripts/schema … … 217 217 nsSSLSessionTimeout: 0 218 218 nsSSLClientAuth: allowed 219 219 nsSSL2: off 220 nsSSL3: off 220 nsSSL3: on 221 nsSSL3Ciphers: +rsa_rc4_128_md5 221 222 nsSSLSupportedCiphers: SSL3::rc4::RC4::MD5::128 222 223 nsSSLSupportedCiphers: SSL3::rc4export::RC4::MD5::128 223 224 nsSSLSupportedCiphers: SSL3::rc2::RC2::MD5::128 … … 315 316 objectClass: extensibleObject 316 317 cn: uniqueid generator 317 318 319 # RSA, encryption, config 320 dn: cn=RSA,cn=encryption,cn=config 321 objectClass: top 322 objectClass: nsEncryptionModule 323 cn: RSA 324 nsSSLPersonalitySSL: ldap/better-mousetrap 325 nsSSLToken: internal (software) 326 nsSSLActivation: on 327 318 328 # options, features, config 319 329 dn: cn=options,cn=features,cn=config 320 330 objectClass: top … … 1264 1274 nsslapd-pluginVendor: Fedora Project 1265 1275 nsslapd-pluginDescription: Salted Secure Hashing Algorithm (SSHA512) 1266 1276 1277 # mapname, mapping, sasl, config 1278 dn: cn=mapname,cn=mapping,cn=sasl,cn=config 1279 objectClass: top 1280 objectClass: nsSaslMapping 1281 cn: mapname 1282 nsSaslMapRegexString: \(.*\) 1283 nsSaslMapBaseDNTemplate: uid=\1,ou=People,dc=scripts,dc=mit,dc=edu 1284 nsSaslMapFilterTemplate: (objectClass=posixAccount) 1285
Note: See TracBrowser
for help on using the repository browser.