mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
f697956dcb
This is a generic function to implement the domain, dc and sysvol DFS referrals. metze
8 lines
222 B
Python
8 lines
222 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_LIBRARY('dfs_server_ad',
|
|
source='dfs_server_ad.c',
|
|
deps='talloc samdb samba-util LIBTSOCKET',
|
|
private_library=True
|
|
)
|