[EMAIL PROTECTED] wrote: > Full_Name: Gavin Henry > Version: 2.4.6 > OS: F8 > URL: ftp://ftp.openldap.org/incoming/ > Submission from: (NULL) (212.159.59.85) > > > Note to self about man page missing any cn=config examples, for example: > > dn: cn=module{0},cn=config > changetype: modify > add: olcModuleLoad > olcModuleLoad: {2}auditlog.la > > dn: olcOverlay=auditlog,olcDatabase={1}hdb,cn=config > changetype: add > objectClass: olcOverlayConfig > objectClass: olcAuditLogConfig > olcOverlay: auditlog > > dn: olcOverlay={0}auditlog,olcDatabase={1}hdb,cn=config > changetype: modify > add: olcAuditlogFile > olcAuditlogFile: /tmp/auditlog.ldif >
The above is a poor example, you should set all the relevant attributes when the object is created. Doing a subsequent modify is a waste. > Nothing noting the format of olcAuditlogFile, i.e. /tmp or file:///tmp The doc says it's a fully qualified path. That means it is not a URL. This point is superfluous. > Feature request: > > New config setting to define mode. At the moment it's 0644 > > Thanks. -- -- Howard Chu Chief Architect, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/
