1
0
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:
Andrew Tridgell 0001-01-01 00:00:00 +00:00
parent 4a6d297686
commit 5ab2c8b821
2 changed files with 2 additions and 4 deletions

View File

@ -25,8 +25,7 @@
#include "winbindd.h"
/* Return a password structure from a username. Specify whether cached data
can be returned. */
/* Return a password structure from a username. */
enum winbindd_result winbindd_pam_auth(struct winbindd_cli_state *state)
{

View File

@ -91,8 +91,7 @@ static BOOL winbindd_fill_pwent(char *domain_name, char *name,
return True;
}
/* Return a password structure from a username. Specify whether cached data
can be returned. */
/* Return a password structure from a username. */
enum winbindd_result winbindd_getpwnam_from_user(struct winbindd_cli_state *state)
{