summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@plonk.spline.inf.fu-berlin.de>2015-01-24 16:17:46 +0100
committerroot <root@plonk.spline.inf.fu-berlin.de>2015-01-24 16:17:46 +0100
commitc69a3f1814de44f12620894bcbfd031e5562bac6 (patch)
treead15a7a806f12dd48ce358d8ab94bde0acb19b71
parentbf293caaede913a665d3762e336607311b83a8e9 (diff)
downloadusermanagement-c69a3f1814de44f12620894bcbfd031e5562bac6.tar.gz
usermanagement-c69a3f1814de44f12620894bcbfd031e5562bac6.tar.bz2
usermanagement-c69a3f1814de44f12620894bcbfd031e5562bac6.zip
lduseradd: Raise the max length for usernames to 9 chars.
-rwxr-xr-xlduseradd2
1 files changed, 1 insertions, 1 deletions
diff --git a/lduseradd b/lduseradd
index c86c5bb..1a68f5c 100755
--- a/lduseradd
+++ b/lduseradd
@@ -170,7 +170,7 @@ do
fi
# zu lang?
- if [[ "$ACCOUNT" = ?????????* ]]
+ if [[ "$ACCOUNT" = ??????????* ]]
then
echo "\"$ACCOUNT\" enthaelt zu viele Zeichen."
unset ACCOUNT