Commit Graph

354 Commits

Author SHA1 Message Date
Michael Spang 43319f134b Use ldap_sasl_mech 2009-07-31 01:55:47 -04:00
Michael Spang b3face5de9 Cleanup Makefile 2009-07-31 01:34:38 -04:00
Michael Spang de59ad2755 Use LOG_PID everywhere 2009-07-31 01:20:59 -04:00
Michael Spang 2f6b0bd6e1 Dunno how I ever thought this would work
It worked for as long as it only used one out-of-scope array. Now
we're using two.
2009-07-30 22:50:00 -04:00
David Bartley a7961f1b9f Set acl's for club home directories. 2009-07-30 04:44:26 -04:00
Michael Spang 64f6eb6c8c Half way to 1.0! 2009-07-30 00:20:51 -04:00
Michael Spang 7f3f4c3a48 Install ceo to /usr not /usr/local 2009-07-30 00:07:01 -04:00
Michael Spang 873f7ac9a6 Merge commit 'ceod' 2009-07-29 23:49:26 -04:00
Michael Spang 778efc71aa Updates for LDAP-backed Kerberos
Principals are now created implicitly when the LDAP entry for a user
is added. We add the keys by "changing" the password from nonexistent
to existent.
2009-07-29 16:47:11 -04:00
Michael Spang 1c8e247732 Allow digits in variable names 2009-07-29 16:14:52 -04:00
Michael Spang c4b021b4f6 Fix arguments mismatch insanity
My reverting some of dtbartle's zfs-related stuff left us with a
hybrid zfsaddhomedir that was insane. This became a simpleaddhomedir
that was almost as insane.
2009-07-29 14:07:23 -04:00
Michael Spang b523fbf206 Fix getgroups call error
Made long ago. Jaunty's compiler detects this interestingly.
2009-07-29 14:07:18 -04:00
Michael Spang c0b87dbc98 Add some commas to dependencies 2009-07-29 13:35:12 -04:00
Michael Spang 5ce11709ff Merge commit 'public/master' into ceod 2009-07-29 13:29:42 -04:00
Michael Spang ad30f9c47a Insanify configuration files 2009-07-29 13:08:53 -04:00
Michael Spang 92652a3af0 Install ceo daemon
We need to split into different packages for the daemon and clients.
2009-07-29 11:35:32 -04:00
Michael Spang 23c6c89237 Fix redundant arguments to linker 2009-07-29 09:58:11 -04:00
Michael Spang e0332eecac Fix home directory error handling 2009-07-29 09:47:04 -04:00
Michael Spang aaeca32107 Make connection failure message more clear 2009-07-29 09:28:39 -04:00
Michael Spang bfff0e8e87 Use --as-needed when linking
This avoids complaints by dpkg due to unnecessary links.
2009-07-29 09:22:38 -04:00
Michael Spang e210f7d38b Remove unused vars 2009-07-29 09:00:55 -04:00
Michael Spang 37eb3e6465 Resurrect linux homedir support 2009-07-29 08:56:27 -04:00
Michael Spang 0d52c0475b Kill zfsaddhomedir 2009-07-29 08:30:08 -04:00
Michael Spang 6b83cc5c05 Abort on unexpected SCTP errors 2009-07-29 08:18:35 -04:00
Michael Spang 99ce020ba0 Fix changelog version 2009-07-29 07:31:34 -04:00
Michael Spang a838e28a2c Ignore debhelper log 2009-07-29 07:29:31 -04:00
Michael Spang 49bdd24661 Remove Solaris LDFLAGS 2009-07-29 07:28:53 -04:00
mgregson d818a687fc Moving from zfsaddhomedir to simpleaddhomedir. 2009-07-28 16:03:36 -06:00
mgregson 597c2180b9 Added simpleaddhomedir to makefile. 2009-07-28 16:02:59 -06:00
mgregson 283cfd1f49 Fixed stupid shit with incorrect arg counting. 2009-07-28 16:02:28 -06:00
mgregson c57902dfd0 Modifying zfsaddhomedir to operate on not-zfs stuff. Ignores quotas and ACLs. 2009-07-28 15:38:19 -06:00
Michael Spang 47b601d224 Update call to kadm5_init_with_skey 2009-07-25 05:53:54 -04:00
Michael Spang 25646ac593 Remove kadmin headers 2009-07-25 05:46:09 -04:00
Michael Spang 4ede8212d5 Require TGT in ldap_init 2009-07-25 05:34:08 -04:00
Michael Spang bac4db4f4d Fail op handling if unathenticated 2009-07-25 05:29:37 -04:00
Michael Spang 0c828122ac Make kerberos code more verbose 2009-07-25 05:29:21 -04:00
Michael Spang e75390b7de Fix networking bugs 2009-07-25 05:29:05 -04:00
Michael Spang 60e272e8c6 Remove keytab configuration
Instead we'll always use the default keytab, which is /etc/krb5.keytab
or the KRB5_KTNAME environment variable.
2009-07-25 04:24:44 -04:00
Michael Spang d6e6b2bc63 Add python-psycopg to depends 2009-07-25 02:28:30 -04:00
Michael Spang 7c2f6459e6 Add python-sqlobject to depends 2009-07-25 02:19:31 -04:00
Michael Spang e5394d7729 Make lintian happy 2009-07-24 18:48:12 -04:00
Michael Spang 5ef116c456 Add libsctp-dev to build dependencies 2009-07-23 20:43:13 -04:00
Michael Spang 5f99987916 Remove pointless indentation 2009-07-20 00:13:37 -04:00
Michael Spang 4ebea28c59 Revert "I bet this speeds up the compilation"
This reverts commit 6055aecb27.
2009-07-20 00:13:17 -04:00
Michael Spang 6977d1efd2 Revert "Use rsync in zfsaddhomedir"
This reverts commit 88952ae56a.
2009-07-20 00:12:59 -04:00
David Bartley 7766bddccb Fix typo in debian/control 2009-06-26 00:49:50 -04:00
Anthony Brennan 70ee21540b Updated the dependencies list to include all necessary python packages. 2009-06-25 20:36:41 -04:00
Michael Gregson 4720fcd252 Added comments containing code to add new members to a mailing list using listadmin.
Left to do:
  - create mailing list
  - create and publish listadmin config file
  - update code to use listadmin config file
  - uncomment code
  - ponder implications of listadmin config file (security)
2009-06-17 20:33:42 -06:00
David Bartley 4e1bc7fc41 Get rid of compile warning 2009-06-12 19:16:37 -04:00
David Bartley 1394f9a1c8 A bit better error handling 2009-06-12 18:49:52 -04:00