mirror of
https://github.com/samba-team/samba.git
synced 2025-01-17 02:05:21 +03:00
79f6bcd5ae
secrets system, and not the old system from Samba3. This allowed the code from auth_domain to be shared - we now only lookup the secrets.ldb in lib/credentials.c. In order to link the resultant binary, samdb_search() has been moved from deep inside rpc_server into lib/gendb.c, along with the existing gendb_search_v(). The vast majority of this patch is the simple rename that followed, (Depending on the whole SAMDB for just this function seemed pointless, and brought in futher dependencies, such as smbencrypt.c). Andrew Bartlett (This used to be commit e13c671619bd290a8b3cae8555cb281a9a185ee0)
8 lines
249 B
Makefile
8 lines
249 B
Makefile
##############################
|
|
# Start SUBSYSTEM LIBCMDLINE_CREDENTIALS
|
|
[SUBSYSTEM::LIBCMDLINE_CREDENTIALS]
|
|
ADD_OBJ_FILES = lib/cmdline/getsmbpass.o \
|
|
lib/cmdline/credentials.o
|
|
# End SUBSYSTEM LIBCMDLINE_CREDENTIALS
|
|
##############################
|