1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/lib/ldb-samba
Gary Lockyer 1b07f13372 dsdb: add defines for sessionInfo and networkSessionInfo
Replace uses of the string "sessionInfo" with the constant
DSDB_SESSION_INFO, and "networkSessionInfo" with the constant
DSDB_NETWORK_SESSION_INFO.

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2018-06-09 15:02:11 +02:00
..
tests match_rules: Make cleanup faster and more efficient 2016-07-15 10:01:28 +02:00
ldb_ildap.c dsdb: add defines for sessionInfo and networkSessionInfo 2018-06-09 15:02:11 +02:00
ldb_matching_rules.c dsdb: add defines for sessionInfo and networkSessionInfo 2018-06-09 15:02:11 +02:00
ldb_matching_rules.h ldb-samba: Add new extended match rule DSDB_MATCH_FOR_EXPUNGE 2016-09-01 05:49:14 +02:00
ldb_wrap.c dsdb: add defines for sessionInfo and networkSessionInfo 2018-06-09 15:02:11 +02:00
ldb_wrap.h
ldif_handlers.c ldb: removing prior secret from logs 2018-05-12 09:15:07 +02:00
ldif_handlers.h dsdb: Introduce LDB_SYNTAX_SAMBA_OCTET_STRING 2016-03-09 10:32:16 +01:00
pyldb.c dsdb: add defines for sessionInfo and networkSessionInfo 2018-06-09 15:02:11 +02:00
README
samba_extensions.c dsdb: add defines for sessionInfo and networkSessionInfo 2018-06-09 15:02:11 +02:00
wscript_build wscript_build: make sure we link extra-python versions of libraries 2018-04-13 07:27:11 +02:00

This directory contains Samba specific extensions to ldb. It also
serves as example code on how to extend ldb for your own application.

The main extension Samba uses is to provide ldif encode/decode
routines for specific attributes, so users can get nice pretty
printing of attributes in ldbedit, while the attributes are stored in
the standard NDR format in the database.