diff options
author | Andreas Schneider <asn@samba.org> | 2011-10-27 12:00:53 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2011-10-27 13:32:02 +0200 |
commit | 7cb08171ce5e4ce73a37d2f57f466fda0fd3669b (patch) | |
tree | 1362a05e300ceece942a497242aa42050999f883 /lib/replace | |
parent | 32fb9017eaa96b49bcdbf5508565e76e1a518b16 (diff) | |
download | samba-7cb08171ce5e4ce73a37d2f57f466fda0fd3669b.tar.gz samba-7cb08171ce5e4ce73a37d2f57f466fda0fd3669b.tar.bz2 samba-7cb08171ce5e4ce73a37d2f57f466fda0fd3669b.zip |
Include uid_wrapper correctly.
Diffstat (limited to 'lib/replace')
-rw-r--r-- | lib/replace/system/passwd.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/replace/system/passwd.h b/lib/replace/system/passwd.h index aaea9c8344..f630012f00 100644 --- a/lib/replace/system/passwd.h +++ b/lib/replace/system/passwd.h @@ -109,4 +109,15 @@ char *rep_getpass(const char *prompt); #endif /* NSS_WRAPPER_DISABLE */ #endif /* NSS_WRAPPER */ +#ifdef UID_WRAPPER +# ifndef UID_WRAPPER_DISABLE +# ifndef UID_WRAPPER_NOT_REPLACE +# define UID_WRAPPER_REPLACE +# endif /* UID_WRAPPER_NOT_REPLACE */ +# include "../uid_wrapper/uid_wrapper.h" +# endif /* UID_WRAPPER_DISABLE */ +#else /* UID_WRAPPER */ +# define uwrap_enabled() 0 +#endif /* UID_WRAPPER */ + #endif |