GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SLAPO-EDS(5) FreeBSD File Formats Manual SLAPO-EDS(5)

slapo-emptyds - Remove Empty values from Directory String attributes Overlay to slapd

ETCDIR/slapd.conf

Some non-conformant clients will provide empty values for Directory String attributes with certain operations. This overlay makes empty values acceptable for the Directory String syntax and will adjust all operations to make sure these values are never actually stored in the database.

	dn: cn=alex,cn=people,dc=example,dc=org
	changeType: add                  changeType: add
	sn: <empty>              -->     sn: blah
	sn: blah
	dn: cn=alex,cn=people,dc=example,dc=org
	changeType: modify               changeType: modify
	add: sn                  -->     add: sn
	sn: <empty>                      sn: blah
	sn: blah
	dn: cn=alex,cn=people,dc=example,dc=org
	changeType: modify               changeType: modify
	delete: sn               -->     delete: sn
	sn: <empty>                      sn: blah
	sn: blah
	dn: cn=alex,cn=people,dc=example,dc=org
	changeType: modify               changeType: modify
	replace: sn              -->     replace: sn
	sn: <empty>
	dn: cn=alex,cn=people,dc=example,dc=org
	changeType: modify               changeType: modify
	replace: sn              -->     replace: sn
	sn: <empty>                      sn: blah
	sn: blah

This overlay has no specific configuration, however in order to ensure that it does what it needs to do, it should be the last overlay configured so it will run before the other overlays.

overlay emptyds

default slapd configuration file

slapd.conf(5).

This module was written in 2014 by Tamim Ziai for DAASI International and updated in 2022 by Ondřej Kuzník for inclusion in the OpenLDAP project.

See the file ../Project.

RELEASEDATE OpenLDAP LDVERSION

Search for    or go to Top of page |  Section 5 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.