clinton/scripts.git
16 years agocreate-user: Make DAV lock directories on both mire and deleuze
bigmike160 [Tue, 9 Oct 2007 01:07:41 +0000 (01:07 +0000)]
create-user: Make DAV lock directories on both mire and deleuze

Also, add new convenience function mire_and_deleuze.

16 years agodestroy-user: Add call to domtool-rmuser
bigmike160 [Mon, 8 Oct 2007 05:48:05 +0000 (05:48 +0000)]
destroy-user: Add call to domtool-rmuser

16 years agocreate-user: If $HOMEPATH is a symlink, don't run fs mkm on it
bigmike160 [Mon, 8 Oct 2007 03:11:26 +0000 (03:11 +0000)]
create-user: If $HOMEPATH is a symlink, don't run fs mkm on it

16 years agocreate-user: call chown after fs mkm, not before
bigmike160 [Mon, 8 Oct 2007 03:04:53 +0000 (03:04 +0000)]
create-user: call chown after fs mkm, not before

16 years agocreate-user: Make apache happy w.r.t. DAV lock directory
bigmike160 [Mon, 8 Oct 2007 02:53:18 +0000 (02:53 +0000)]
create-user: Make apache happy w.r.t. DAV lock directory

16 years agocreate-user: Initial attempt at creating DAV lock directories
bigmike160 [Sun, 7 Oct 2007 19:21:39 +0000 (19:21 +0000)]
create-user: Initial attempt at creating DAV lock directories

I still need a day or so to test this, to make sure the permissions
will work.  If the DAV module is as picky as its docs say it is, we
might need to chgrp it to www-data and make the dir writable by the
www-data group.

16 years agocreate-user: Fix idempotency issue at end of file
bigmike160 [Sun, 7 Oct 2007 16:35:10 +0000 (16:35 +0000)]
create-user: Fix idempotency issue at end of file

 - Call chown after every mkdir.
 - Standardize on lack of trailing slash in mkdir and chown calls.
 - Specify both user and group on every chown call.
 - Separate and comment some long stanzas.
 - Remove chown -R and FIXME at end.

16 years agoapache-sync-logs: Use more restictive permissions for privacy
bigmike160 [Fri, 5 Oct 2007 14:59:20 +0000 (14:59 +0000)]
apache-sync-logs: Use more restictive permissions for privacy

16 years agoapache-sync-logs: fix bug where only one user gets logs updated
bigmike160 [Fri, 5 Oct 2007 02:21:51 +0000 (02:21 +0000)]
apache-sync-logs: fix bug where only one user gets logs updated

16 years agoapache-sync-logs: copy to a temp dir, set perms, and then copy over to AFS
bigmike160 [Sun, 23 Sep 2007 03:26:12 +0000 (03:26 +0000)]
apache-sync-logs: copy to a temp dir, set perms, and then copy over to AFS

16 years agodelete-user: take care of /daemon stuff
bigmike160 [Sun, 23 Sep 2007 03:03:19 +0000 (03:03 +0000)]
delete-user: take care of /daemon stuff

16 years agocreate-user: don't create .forward: we read straight from .public/.forward now
bigmike160 [Sun, 23 Sep 2007 02:59:49 +0000 (02:59 +0000)]
create-user: don't create .forward: we read straight from .public/.forward now

16 years agocreate-user: fix a couple of typos
bigmike160 [Sun, 23 Sep 2007 02:58:35 +0000 (02:58 +0000)]
create-user: fix a couple of typos

16 years agoCheck in create-user changes from megacz
bigmike160 [Sun, 23 Sep 2007 02:58:00 +0000 (02:58 +0000)]
Check in create-user changes from megacz

16 years agoapache-sync-logs: set permissions on AFS rather than /var/log/apache/...
bigmike160 [Wed, 12 Sep 2007 15:15:53 +0000 (15:15 +0000)]
apache-sync-logs: set permissions on AFS rather than /var/log/apache/...

16 years agoSet exit status in apache-sync-logs
bigmike160 [Wed, 12 Sep 2007 12:50:08 +0000 (12:50 +0000)]
Set exit status in apache-sync-logs

16 years agoapache-sync-logs: Use rsync -a since we don't need all those options after all
bigmike160 [Mon, 10 Sep 2007 17:25:54 +0000 (17:25 +0000)]
apache-sync-logs: Use rsync -a since we don't need all those options after all

16 years agoUpdate apache-sync-logs script
bigmike160 [Mon, 10 Sep 2007 15:14:29 +0000 (15:14 +0000)]
Update apache-sync-logs script

16 years agoCheck in new re-create-all-users script
bigmike160 [Wed, 29 Aug 2007 18:53:24 +0000 (18:53 +0000)]
Check in new re-create-all-users script

16 years agoscripts/make-account-for-fyodor-user: Update to latest version
bigmike160 [Wed, 29 Aug 2007 18:52:40 +0000 (18:52 +0000)]
scripts/make-account-for-fyodor-user: Update to latest version

16 years agoscripts/hcoop-backup: Update to latest version
bigmike160 [Wed, 29 Aug 2007 18:51:15 +0000 (18:51 +0000)]
scripts/hcoop-backup: Update to latest version

16 years agoCheck in new hcoop-all-db-backup script
bigmike160 [Wed, 29 Aug 2007 18:49:23 +0000 (18:49 +0000)]
Check in new hcoop-all-db-backup script

16 years agoUpdate change-user-password script to what we have now
bigmike160 [Wed, 29 Aug 2007 18:47:26 +0000 (18:47 +0000)]
Update change-user-password script to what we have now

16 years agoadded backup script
megacz [Sun, 24 Jun 2007 03:42:58 +0000 (03:42 +0000)]
added backup script

16 years agono longer need system:anyuser=l on Maildirs
megacz [Sun, 20 May 2007 04:37:35 +0000 (04:37 +0000)]
no longer need system:anyuser=l on Maildirs

16 years agofix make-account-for-fyodor-user so we dont get spammed for every user every time
megacz [Tue, 15 May 2007 00:26:02 +0000 (00:26 +0000)]
fix make-account-for-fyodor-user so we dont get spammed for every user every time

16 years agocope with users who dont have \\n at the end of their password
megacz [Tue, 15 May 2007 00:25:34 +0000 (00:25 +0000)]
cope with users who dont have \\n at the end of their password

16 years agoslightly non-idempotent: chown -R $USER:nogroup in create-user
megacz [Mon, 14 May 2007 23:55:35 +0000 (23:55 +0000)]
slightly non-idempotent: chown -R $USER:nogroup in create-user

16 years agomove user password change to separate file, email hcoop-sysadmin
megacz [Mon, 14 May 2007 23:51:28 +0000 (23:51 +0000)]
move user password change to separate file, email hcoop-sysadmin

16 years agofix DBPATH to use rw vol, set system:anyuser=l on Maildir, note that you must be...
megacz [Tue, 8 May 2007 23:48:06 +0000 (23:48 +0000)]
fix DBPATH to use rw vol, set system:anyuser=l on Maildir, note that you must be in wheel@mire

16 years agoadd +requires_preauth to "kadmin -q ank"
megacz [Mon, 7 May 2007 22:54:12 +0000 (22:54 +0000)]
add +requires_preauth to "kadmin -q ank"

16 years agocreate-user: Remove uidNumber and homeDirectory fields
bigmike160 [Mon, 7 May 2007 18:18:14 +0000 (18:18 +0000)]
create-user: Remove uidNumber and homeDirectory fields

16 years agoAdd uidNumber to LDAP entries
bigmike160 [Mon, 7 May 2007 03:56:14 +0000 (03:56 +0000)]
Add uidNumber to LDAP entries

16 years agoadd additional precondition for running create-user
megacz [Fri, 4 May 2007 19:12:11 +0000 (19:12 +0000)]
add additional precondition for running create-user

16 years agodo a fs checkvol on mire too
megacz [Fri, 4 May 2007 19:03:07 +0000 (19:03 +0000)]
do a fs checkvol on mire too

16 years agocreate ~/.procmail.d/ with system:anyuser=rl
megacz [Fri, 4 May 2007 19:00:59 +0000 (19:00 +0000)]
create ~/.procmail.d/ with system:anyuser=rl

16 years agocreate-user: rsync cgi-keytabs to mire, create ~/public_html
megacz [Fri, 4 May 2007 19:00:12 +0000 (19:00 +0000)]
create-user: rsync cgi-keytabs to mire, create ~/public_html

16 years agoadd nice email message to make-account-for-fyodor-user
megacz [Tue, 1 May 2007 03:33:27 +0000 (03:33 +0000)]
add nice email message to make-account-for-fyodor-user

16 years agouse "fs ls" as test in create-user, improve kadmin error checking
megacz [Tue, 1 May 2007 03:33:08 +0000 (03:33 +0000)]
use "fs ls" as test in create-user, improve kadmin error checking

16 years agolet make-account-for-fyodor-user work for non-megacz admins
megacz [Tue, 1 May 2007 02:59:38 +0000 (02:59 +0000)]
let make-account-for-fyodor-user work for non-megacz admins

16 years agoadd make-account-for-fyodor-user
megacz [Tue, 1 May 2007 02:58:15 +0000 (02:58 +0000)]
add make-account-for-fyodor-user

16 years agoadd error detection to cpw in create-user
megacz [Tue, 1 May 2007 02:58:08 +0000 (02:58 +0000)]
add error detection to cpw in create-user

16 years agomake create-user idempotent
megacz [Tue, 1 May 2007 02:11:30 +0000 (02:11 +0000)]
make create-user idempotent

16 years agoupdate READEM
megacz [Sun, 29 Apr 2007 20:37:43 +0000 (20:37 +0000)]
update READEM

16 years agoremove k5start-suexec
megacz [Sun, 29 Apr 2007 20:37:14 +0000 (20:37 +0000)]
remove k5start-suexec

16 years agocvs sucks even more
megacz [Sun, 29 Apr 2007 20:36:46 +0000 (20:36 +0000)]
cvs sucks even more

16 years ago*** empty log message ***
megacz [Sun, 29 Apr 2007 20:35:57 +0000 (20:35 +0000)]
*** empty log message ***

16 years agocvs sucks
megacz [Sun, 29 Apr 2007 20:34:56 +0000 (20:34 +0000)]
cvs sucks