openldap to the "openldap-technical" mailing list
openldap-technical@openldap.org
hello
like on SUN (odsee) : set config nsslapd-return-exact-case is set to "on" or off
with openldap v2.6.6.3, how to get same feature ?
and force return entryDN to lower case.
best regards
JM Lacombe email: jmlacombe@hotmail.com
As the case is not significant for DNs, it's up to the client to handle case match IMHO.
Kind regards, Ulrich Windl
From: JM Lacombe jmlacombe@hotmail.com Sent: Wednesday, May 7, 2025 4:10 PM To: openldap-technical@openldap.org Subject: [EXT] openldap-technical return-exact-case is set to "on"
openldap to the "openldap-technical" mailing list
openldap-technical@openldap.org
hello
like on SUN (odsee) : set config nsslapd-return-exact-case is set to "on" or off
with openldap v2.6.6.3, how to get same feature ?
and force return entryDN to lower case.
best regards
JM Lacombe email: jmlacombe@hotmail.com
--On Thursday, May 8, 2025 6:48 AM +0000 "Windl, Ulrich" u.windl@ukr.de wrote:
As the case is not significant for DNs, it's up to the client to handle case match IMHO.
Case would be significant if a DN attr was case sensitive, no?
--Quanah
OK, didn't think about that.
Kind regards, Ulrich Windl
-----Original Message----- From: Quanah Gibson-Mount quanah@fast-mail.org Sent: Thursday, May 8, 2025 10:31 PM To: Windl, Ulrich u.windl@ukr.de; JM Lacombe jmlacombe@hotmail.com; openldap-technical@openldap.org Subject: [EXT] RE: openldap-technical return-exact-case is set to "on"
--On Thursday, May 8, 2025 6:48 AM +0000 "Windl, Ulrich" u.windl@ukr.de wrote:
As the case is not significant for DNs, it's up to the client to handle case match IMHO.
Case would be significant if a DN attr was case sensitive, no?
--Quanah
Hello ALL
my DN is case sensible with lower and upper characters but the return of entryDN the same
how can i force return in lower case of entryDN in lower case
with ldap Oracle odsee (former know as sun) , there is a setup config to do that return-exact-case is set to "on"
with openldap V2.6.6.3 , how to get same config and result ?
thanks for your help
best regards
JM Lacombe email: jmlacombe@hotmail.com
________________________________ De : Quanah Gibson-Mount quanah@fast-mail.org Envoyé : jeudi 8 mai 2025 22:30 À : Windl, Ulrich u.windl@ukr.de; JM Lacombe jmlacombe@hotmail.com; openldap-technical@openldap.org openldap-technical@openldap.org Objet : RE: openldap-technical return-exact-case is set to "on"
--On Thursday, May 8, 2025 6:48 AM +0000 "Windl, Ulrich" u.windl@ukr.de wrote:
As the case is not significant for DNs, it's up to the client to handle case match IMHO.
Case would be significant if a DN attr was case sensitive, no?
--Quanah
--On Friday, May 9, 2025 11:07 AM +0000 JM Lacombe jmlacombe@hotmail.com wrote:
Hello ALL
my DN is case sensible with lower and upper characters but the return of entryDN the same
how can i force return in lower case of entryDN in lower case
with ldap Oracle odsee (former know as sun) , there is a setup config to do that return-exact-case is set to "on"
Can you provide an example of what you mean?
Thanks, Quanah
openldap-technical@openldap.org
hello
Openldap SYSLOG
olcLogFileFormat: syslog-utc
# ""yyyy-MM-dd'T'HH:mm:ss,SSSXXX", UTC"
olcLogFileFormat: debug | syslog-utc | syslog-localtime Specify the prefix format for messages written to the logfile. The debug format is the normal format used for slapd debug messages, with a timestamp in hexadecimal, followed by a thread ID. The other options are to use sys‐log(3) style prefixes, with timestamps either in UTC or in the local timezone. The default is debug format.
Syslog-utc
before
Sep 3 12:52:37 whs dhcpcd[477]: wlan0: expired address ...
Sep 3 12:52:37 whs dhcpcd[477]: wlan0: part of Router Advertisement expired
Sep 3 12:52:37 whs dhcpcd[477]: wlan0: deleting route to ...
after
2020-09-03 13:00:49 systemd[1]: rsyslog.service: Succeeded.
2020-09-03 13:00:49 systemd[1]: Stopped System Logging Service.
2020-09-03 13:00:49 systemd[1]: Starting System Logging Service...
i add in config :
olcLogLevel: 256
# 256 (0x100 stats) connections, LDAP operations, results (recommended)
olcLogFile: /qoi/qoiadmaa/instance_rit/openldap_log/slapd.log
olcLogFileFormat: syslog-utc
# ""yyyy-MM-dd'T'HH:mm:ss,SSSXXX", UTC"
olcLogFileOnly: TRUE
olcLogFileRotate: 99 1000 24
#99 old logfiles will be retain, 1000 MBs of data will be allowed until a rotation, 24 hours will elapse for a rotation
but slapd.log is not in after format and UTC
why ?
best regards
JM Lacombe email: jmlacombe@hotmail.com
openldap-technical@openldap.org