Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
diff options
context:
space:
mode:
Diffstat (limited to 'nslcd')
-rw-r--r--nslcd/pam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nslcd/pam.c b/nslcd/pam.c
index 6b1b942..ddbe107 100644
--- a/nslcd/pam.c
+++ b/nslcd/pam.c
@@ -148,8 +148,8 @@ int nslcd_pam_authc(TFILE *fp,MYLDAP_SESSION *session)
/* write the response header */
WRITE_INT32(fp,NSLCD_VERSION);
WRITE_INT32(fp,NSLCD_ACTION_PAM_AUTHC);
- /* if the username is blank and rootpwmoddn is configure, try to authenticate
- as administrator, otherwise validate request as usual */
+ /* if the username is blank and rootpwmoddn is configured, try to
+ authenticate as administrator, otherwise validate request as usual */
if ((*username=='\0')&&(nslcd_cfg->ldc_rootpwmoddn!=NULL))
{
if (strlen(nslcd_cfg->ldc_rootpwmoddn)>=sizeof(userdn))