SLAPD-NULL(5) File Formats Manual SLAPD-NULL(5)NAME
slapd-null - Null backend to slapd
SYNOPSIS
/etc/ldap/slapd.conf
DESCRIPTION
The Null backend to slapd(8) is surely the most useful part of slapd:
- Searches return success but no entries.
- Compares return compareFalse.
- Updates return success (unless readonly is on) but do nothing.
- Binds other than as the rootdn fail unless the database option "bind on" is given.
- The slapadd(8) and slapcat(8) tools are equally exciting.
Inspired by the /dev/null device.
CONFIGURATION
This slapd.conf option applies to the NULL backend database. That is, it must follow a "database null" line and come before any subsequent
"database" lines. Other database options are described in the slapd.conf(5) manual page.
bind <on/off>
Allow binds as any DN in this backend's suffix, with any password. The default is "off".
EXAMPLE
Here is a possible slapd.conf extract using the Null backend:
database null
suffix "cn=Nothing"
bind on
ACCESS CONTROL
The null backend does not honor any of the access control semantics described in slapd.access(5).
FILES
/etc/ldap/slapd.conf
default slapd configuration file
SEE ALSO slapd.conf(5), slapd(8), slapadd(8), slapcat(8).
OpenLDAP 2012/04/23 SLAPD-NULL(5)
Check Out this Related Man Page
SLAPD-NULL(5) File Formats Manual SLAPD-NULL(5)NAME
slapd-null - Null backend to slapd
SYNOPSIS
/etc/ldap/slapd.conf
DESCRIPTION
The Null backend to slapd(8) is surely the most useful part of slapd:
- Searches return success but no entries.
- Compares return compareFalse.
- Updates return success (unless readonly is on) but do nothing.
- Binds other than as the rootdn fail unless the database option "bind on" is given.
- The slapadd(8) and slapcat(8) tools are equally exciting.
Inspired by the /dev/null device.
CONFIGURATION
This slapd.conf option applies to the NULL backend database. That is, it must follow a "database null" line and come before any subsequent
"database" lines. Other database options are described in the slapd.conf(5) manual page.
bind <on/off>
Allow binds as any DN in this backend's suffix, with any password. The default is "off".
EXAMPLE
Here is a possible slapd.conf extract using the Null backend:
database null
suffix "cn=Nothing"
bind on
ACCESS CONTROL
The null backend does not honor any of the access control semantics described in slapd.access(5).
FILES
/etc/ldap/slapd.conf
default slapd configuration file
SEE ALSO slapd.conf(5), slapd(8), slapadd(8), slapcat(8).
OpenLDAP 2012/04/23 SLAPD-NULL(5)
How do I get rid of null characters/strings in a unix text file. I need to use this in a script. When I use dev/null it puts null characters in my file and makes it larger. Please help (5 Replies)
Hi,
i wrote If Conditions in my script, it's returns null and some values.
but i am unable to find when Null value getting. bec we need modification according null vales.
pls help me on this. (2 Replies)
Hell all,
I have the following snippet of code:
$sql=qq{select * from (
select to_char(t.start_time_timestamp,'yyyy/mm/dd hh24:mi:ss') start_time,t.s_p_number_address, null cos_icsa_code, null cos_icsa_subcode from cc_unrated_msc_flow t
union
select... (2 Replies)
There is table 'DEPT' in the database with the following desciption:
Name Null? Type
------- -------- ------------------------
DEPTNO NOT NULL NUMBER(2)
DNAME NULL VARCHAR2(14)
LOC NULL VARCHAR2(13)
Using shell script, I need to create a structure for the... (2 Replies)
Hi Champs!!!
im a newbie in unix, need ur expert help for my problem...
I need to search if there are any "NULL" entries in the string
String without Null
Str1: 203652|1000003653|tellt|RUPV|4649|1|07/28/2011 01:56:12
String with Null (RUPV is removed)
Str2:... (5 Replies)