diff options
author | Volker Lendecke <vlendec@samba.org> | 2005-06-03 15:42:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:57:05 -0500 |
commit | 5084d49052f47626b61e53add818fefaacc101b0 (patch) | |
tree | debccf837c8d847ad2cd2749b4e3da3ae340dfe8 /source3/script | |
parent | a01de91394f1723100bcd49870422e03f69afb7e (diff) | |
download | samba-5084d49052f47626b61e53add818fefaacc101b0.tar.gz samba-5084d49052f47626b61e53add818fefaacc101b0.tar.bz2 samba-5084d49052f47626b61e53add818fefaacc101b0.zip |
r7243: Don't look at gencache.tdb for the trusted domains if winbind is around.
Volker
(This used to be commit 94acb93f57b963bf137c6ddd644a147f4d0b5175)
Diffstat (limited to 'source3/script')
-rw-r--r-- | source3/script/mkproto.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/mkproto.awk b/source3/script/mkproto.awk index 45cc0821aa..d9223a1973 100644 --- a/source3/script/mkproto.awk +++ b/source3/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|^LUID_ATTR/ ) { + if( $0 ~ /^WINBINDD_PW|^WINBINDD_GR|^NT_PRINTER_INFO_LEVEL_2|^LOGIN_CACHE|^krb5_error_code|^LDAP|^u32|^LUID_ATTR|^NSS_STATUS/ ) { gotstart = 1; } |