diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-08-18 20:30:27 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-08-18 20:30:27 +1000 |
commit | bb80a19714048def04b9d94d4e9f125a20a95822 (patch) | |
tree | 05a2448ca233f430792bd7cb9105672753981c48 /.gitignore | |
parent | 1dc5e75218e57fc410773161ab6431db33cd4b27 (diff) | |
download | samba-bb80a19714048def04b9d94d4e9f125a20a95822.tar.gz samba-bb80a19714048def04b9d94d4e9f125a20a95822.tar.xz samba-bb80a19714048def04b9d94d4e9f125a20a95822.zip |
Note the ldb syntax for attribute syntaxes in the table.
This includes additional Samba-specific syntaxes made available from
the ldif_handlers code.
This commit also changes some table to use #defines, to ensure
consistancy in other parts of the code.
Andrew Bartlett
(This used to be commit e26a5efd9a580ed3728e1f449e367b1cd4a73b5f)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 1e574f00597..a216677f4a5 100644 --- a/.gitignore +++ b/.gitignore @@ -55,7 +55,7 @@ source/ldap_server/proto.h source/lib/db_wrap_proto.h source/lib/charset/charset_proto.h source/lib/cmdline/credentials.h -source/lib/ldb/samba/ldif_handlers.h +source/lib/ldb/samba/ldif_handlers_proto.h source/lib/registry/regf.h source/lib/registry/tdr_regf.c source/lib/registry/tdr_regf.h |