summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-10 01:05:50 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-10 01:05:50 +0000
commit5ab2c8b8214236b4cd028f791e9ddb76a9973d74 (patch)
treede723dde0a118ae642e0b6e3e5be60d9e8059d08
parent4a6d29768665f71b72cf48ee34ee9a9c451232f6 (diff)
downloadsamba-5ab2c8b8214236b4cd028f791e9ddb76a9973d74.tar.gz
added some comments
-rw-r--r--source/nsswitch/winbindd_pam.c3
-rw-r--r--source/nsswitch/winbindd_user.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/source/nsswitch/winbindd_pam.c b/source/nsswitch/winbindd_pam.c
index 1227d4cf396..b602ccf5828 100644
--- a/source/nsswitch/winbindd_pam.c
+++ b/source/nsswitch/winbindd_pam.c
@@ -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)
{
diff --git a/source/nsswitch/winbindd_user.c b/source/nsswitch/winbindd_user.c
index 9ac7c7faf21..ff4d89c1bbc 100644
--- a/source/nsswitch/winbindd_user.c
+++ b/source/nsswitch/winbindd_user.c
@@ -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)
{