mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
821bd95156
Will allow thread-specific credentials to be added by modifying the central definitions. Deliberately left the setXX[ug]id() call in popt as this is not used in Samba.
11 lines
261 B
Python
11 lines
261 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_LIBRARY('uid_wrapper',
|
|
source='uid_wrapper.c',
|
|
deps='talloc util_setid',
|
|
private_library=True,
|
|
enabled=bld.CONFIG_SET("UID_WRAPPER"),
|
|
)
|
|
|