From fcfb125cfe1f9081d857248ae676744c06bce22d Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 25 Aug 2006 01:45:38 +0200 Subject: Revert to non-escaped angle brackets again, within code text. --- doc/admin.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/admin.md b/doc/admin.md index 8669216..0029df4 100644 --- a/doc/admin.md +++ b/doc/admin.md @@ -14,7 +14,7 @@ * The result should be practical (short and related to the name of the user) but must not be a nickname or initals: A username is comparable to the shape of a key - the user may get confused in every day use if it looks like a toy or jewelery! 3. Generate some random passwords and create the account using a good one (pronaouncable but meaningless) of those codes: - (user=\; gpw && adduser $user && chage -M30 -W14 $user) + (user=; gpw && adduser $user && chage -M30 -W14 $user) * Full name: Full name (Capital and small letters allowed, as is space and special characters, but no comma!) * Room number: Primary group within the organisation @@ -27,7 +27,7 @@ * Add tech@lists.kaospilot.no as Reply-To:. 5. Send a cellphone text message to the new user with the following text: - Du har fået ny adgangskode. Den skal ændres inden 14 dage - se websiden https://wiki.kaospilot.no/BrugerKonto og check din mail. Koden er: \ + Du har fået ny adgangskode. Den skal ændres inden 14 dage - se websiden https://wiki.kaospilot.no/BrugerKonto og check din mail. Koden er: FIXME: Gør denne rutine semi-automatisk: Valg af adgangskode og udsendelse af sms bør ske automatisk. @@ -35,7 +35,7 @@ FIXME: Gør denne rutine semi-automatisk: Valg af adgangskode og udsendelse af s 1. Attach the account to relevant organisational groups: - (user=\; for group in \ [\ ...]; do adduser $user $group; done) + (user=; for group in [ ...]; do adduser $user $group; done) ### Add/replace additional email addresses to account @@ -45,14 +45,14 @@ FIXME: Gør denne rutine semi-automatisk: Valg af adgangskode og udsendelse af s When a user has changed password into something personal, the password lifespan is extended to 1 year: - (user=\; chage -M360 -W30 $user) + (user=; chage -M360 -W30 $user) TODO: The above command should ideally never ever be invoked manyally, but automatically through PAM ## Reset password - (user=\; gpw && finger $user && passwd $user && chage -M30 -W14 $user) + (user=; gpw && finger $user && passwd $user && chage -M30 -W14 $user) == Varsel om udløb af adgangskode == @@ -64,4 +64,4 @@ TODO: Omskriv som automatisk syslog-ng plugin eller cron script tilknyttet en sm === Udløbstid for konti med varighed under 100 dage === - (group=\; echo $group:; for user in `members $group`; do chage -l $user|egrep -q '^Maximum:[[:blank:]]*[0-9]{2}$' && printf $user'\t' && chage -l $user|egrep '^Password Expires:'; done) + (group=; echo $group:; for user in `members $group`; do chage -l $user|egrep -q '^Maximum:[[:blank:]]*[0-9]{2}$' && printf $user'\t' && chage -l $user|egrep '^Password Expires:'; done) -- cgit v1.2.3