added some comments
authorAndrew Tridgell <tridge@samba.org>
Mon, 10 Dec 2001 01:05:50 +0000 (01:05 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 10 Dec 2001 01:05:50 +0000 (01:05 +0000)
source/nsswitch/winbindd_pam.c
source/nsswitch/winbindd_user.c

index 1227d4cf396555c5c7a840d2bd632d36c679afe1..b602ccf582881a2bf9e04f840b3d59d245eb8e68 100644 (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) 
 {
index 9ac7c7faf2187b080c716d8002b18eb8d8e5b2f8..ff4d89c1bbcecce9f1f48343872c47d6ccb20f9c 100644 (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) 
 {