mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r4976: Try to scare people off from trying to write authentication modules
that only acheive as much as 'security=server' does. Andrew Bartlett
This commit is contained in:
parent
1eabfa050b
commit
fb694f2b1a
@ -112,6 +112,10 @@ typedef struct auth_methods
|
||||
const struct auth_usersupplied_info *user_info,
|
||||
auth_serversupplied_info **server_info);
|
||||
|
||||
/* If you are using this interface, then you are probably
|
||||
* getting something wrong. This interface is only for
|
||||
* security=server, and makes a number of compromises to allow
|
||||
* that. It is not compatible with being a PDC. */
|
||||
DATA_BLOB (*get_chal)(const struct auth_context *auth_context,
|
||||
void **my_private_data,
|
||||
TALLOC_CTX *mem_ctx);
|
||||
|
Loading…
Reference in New Issue
Block a user