ITS#9470 - Fix typos

This commit is contained in:
Quanah Gibson-Mount 2021-03-26 16:28:39 +00:00
parent c81bb20711
commit adb16cbd64
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ symlinks and fifos, but will skip most specials.
.B olcMinimumUidNumber: number .B olcMinimumUidNumber: number
These options configure the minimum userid to use in any home These options configure the minimum userid to use in any home
directory attempt. This is a basic safety measure to prevent directory attempt. This is a basic safety measure to prevent
accidently using system accounts. See REPLICATION for more flexible accidentally using system accounts. See REPLICATION for more flexible
options for selecting accounts. options for selecting accounts.
.TP .TP
.B homedir\-regexp <regexp> <path> .B homedir\-regexp <regexp> <path>

View File

@ -1647,7 +1647,7 @@ too_long:
return 1; return 1;
} }
/* Sift through an entry for intersting values /* Sift through an entry for interesting values
* return 0 on success and set vars * return 0 on success and set vars
* return 1 if homedir is not present or not valid * return 1 if homedir is not present or not valid
* sets presence if any homedir attributes are noticed * sets presence if any homedir attributes are noticed