Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SLAPO-EDS(5)		      File Formats Manual		  SLAPO-EDS(5)

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

SYNOPSIS
       ETCDIR/slapd.conf

DESCRIPTION
       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

CONFIGURATION
       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 config-
       ured so it will run before the other overlays.

EXAMPLES
	      overlay emptyds

FILES
       ETCDIR/slapd.conf
	      default slapd configuration file

SEE ALSO
       slapd.conf(5).

ACKNOWLEDGEMENTS
       This  module  was written in 2014 by Tamim Ziai for DAASI International
       and updated in 2022 by  Ondej  Kuznk  for  inclusion  in	 the  OpenLDAP
       project.

OpenLDAP LDVERSION		  RELEASEDATE			  SLAPO-EDS(5)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=slapo-emptyds&sektion=5&manpath=FreeBSD+Ports+14.3.quarterly>

home | help