mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
f5963aad18
This allows us to honour the AUTH_SESSION_INFO_UNIX_TOKEN flag. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
10 lines
167 B
Python
10 lines
167 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_MODULE('ntvfs_unixuid',
|
|
source='vfs_unixuid.c',
|
|
subsystem='ntvfs',
|
|
init_function='ntvfs_unixuid_init',
|
|
deps='auth_unix_token'
|
|
)
|
|
|