summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-01-17 15:23:11 +0000
committerGerald Carter <jerry@samba.org>2005-01-17 15:23:11 +0000
commit29cfdb008e8e3fa18b23e52f4a35fe5aa9944034 (patch)
treec28c9d1a9003e72eb41d12f7029b1b7ac8823278 /source/script
parentc5e61b0f9bbc28b8eec5673ae6db2bfd78bd4a3b (diff)
downloadsamba-29cfdb008e8e3fa18b23e52f4a35fe5aa9944034.tar.gz
samba-29cfdb008e8e3fa18b23e52f4a35fe5aa9944034.tar.xz
samba-29cfdb008e8e3fa18b23e52f4a35fe5aa9944034.zip
r4805: Last planned change to the privileges infrastructure:
* rewrote the tdb layout of privilege records in account_pol.tdb (allow for 128 bits instead of 32 bit flags) * migrated to using SE_PRIV structure instead of the PRIVILEGE_SET structure. The latter is now used for parsing routines mainly. Still need to incorporate some client support into 'net' so for setting privileges. And make use of the SeAddUserPrivilege right.
Diffstat (limited to 'source/script')
-rw-r--r--source/script/mkproto.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/script/mkproto.awk b/source/script/mkproto.awk
index 4edc7abc63a..45cc0821aa8 100644
--- a/source/script/mkproto.awk
+++ b/source/script/mkproto.awk
@@ -132,7 +132,7 @@ END {
gotstart = 1;
}
- if( $0 ~ /^WINBINDD_PW|^WINBINDD_GR|^NT_PRINTER_INFO_LEVEL_2|^LOGIN_CACHE|^krb5_error_code|^LDAP|^u32/ ) {
+ if( $0 ~ /^WINBINDD_PW|^WINBINDD_GR|^NT_PRINTER_INFO_LEVEL_2|^LOGIN_CACHE|^krb5_error_code|^LDAP|^u32|^LUID_ATTR/ ) {
gotstart = 1;
}