mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
added some comments
This commit is contained in:
parent
4a6d297686
commit
5ab2c8b821
@ -25,8 +25,7 @@
|
|||||||
|
|
||||||
#include "winbindd.h"
|
#include "winbindd.h"
|
||||||
|
|
||||||
/* Return a password structure from a username. Specify whether cached data
|
/* Return a password structure from a username. */
|
||||||
can be returned. */
|
|
||||||
|
|
||||||
enum winbindd_result winbindd_pam_auth(struct winbindd_cli_state *state)
|
enum winbindd_result winbindd_pam_auth(struct winbindd_cli_state *state)
|
||||||
{
|
{
|
||||||
|
@ -91,8 +91,7 @@ static BOOL winbindd_fill_pwent(char *domain_name, char *name,
|
|||||||
return True;
|
return True;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Return a password structure from a username. Specify whether cached data
|
/* Return a password structure from a username. */
|
||||||
can be returned. */
|
|
||||||
|
|
||||||
enum winbindd_result winbindd_getpwnam_from_user(struct winbindd_cli_state *state)
|
enum winbindd_result winbindd_getpwnam_from_user(struct winbindd_cli_state *state)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user