diff options
-rw-r--r-- | docs/architecture/needed_user_facing_infrastructure.mdwn | 2 | ||||
-rw-r--r-- | pinyadmin/Makefile | 2 | ||||
l--------- | pinyadmin/bin/createuser | 1 | ||||
-rw-r--r-- | pinyadmin/doc/newuser.latex | 6 |
4 files changed, 4 insertions, 7 deletions
diff --git a/docs/architecture/needed_user_facing_infrastructure.mdwn b/docs/architecture/needed_user_facing_infrastructure.mdwn index 1e7284a..3e3171e 100644 --- a/docs/architecture/needed_user_facing_infrastructure.mdwn +++ b/docs/architecture/needed_user_facing_infrastructure.mdwn @@ -5,7 +5,7 @@ It'd be nice to maintain feature parity between command line access and web acce [[!table data=""" feature |command line |web -anonymous account creation |DONE: ssh createuser@piny.be |TODO: CGI frontend to adduser +anonymous account creation |DONE: ssh newuser@piny.be |TODO: CGI frontend to adduser password modification |DONE: /srv/rbin/passwd |TODO: Authen::PAM chauthtok CGI jblake: the pam interface was *really* not designed with http in mind though if you hard-code the interaction script it's not hard at all repo creation, deletion |DONE: /srv/rbin/newrepo, rmrepo, lsrepo |TODO: CGI frontend repo user management |DONE: /srv/rbin/addaccess, rmaccess, lsaccess |TODO: CGI frontend diff --git a/pinyadmin/Makefile b/pinyadmin/Makefile index 64ac713..63bb2de 100644 --- a/pinyadmin/Makefile +++ b/pinyadmin/Makefile @@ -1,7 +1,7 @@ build: mkdir -p man for f in doc/*.latex; do latex2man $$f man/$$(basename $$f .latex).man; done - ln -s newuser.man man/createuser.man + ln -s newuser.man man/newuser.man install: install -o root -g root -m 755 -d $(DESTDIR)/usr/bin $(DESTDIR)/usr/sbin diff --git a/pinyadmin/bin/createuser b/pinyadmin/bin/createuser deleted file mode 120000 index e9d7937..0000000 --- a/pinyadmin/bin/createuser +++ /dev/null @@ -1 +0,0 @@ -newuser
\ No newline at end of file diff --git a/pinyadmin/doc/newuser.latex b/pinyadmin/doc/newuser.latex index 721d468..c9e4492 100644 --- a/pinyadmin/doc/newuser.latex +++ b/pinyadmin/doc/newuser.latex @@ -1,6 +1,6 @@ \usepackage{latex2man} -\begin{Name}{8piny}{newuser}{Piny Team}{Piny}{createuser} +\begin{Name}{8piny}{newuser}{Piny Team}{Piny}{newuser} \Prog{newuser} - add a piny user @@ -8,9 +8,7 @@ \Prog{newuser} -\Prog{createuser} - \section{Description} The \Prog{newuser} program is an interactive script which walks the user through the process of creating a new Piny account. -Normally it is set as the shell of a passwordless user such as "newuser" or "createuser", so that users can create accounts without any assistance from a sysadmin. +Normally it is set as the shell of a passwordless user such as "newuser", so that users can create accounts without any assistance from a sysadmin. |