Michael Spang
c4cb1a3b29
Clean up password prompt
14 years ago
David Bartley
fe9af9994e
Depend on krb5 >= 1.7
14 years ago
David Bartley
f309b9133b
Add python-protobuf dependency
14 years ago
Michael Spang
b1e054e5b9
Add some reminders
...
Note that the list of members we send to MathSoc to determine our
budget uses data from UW ldap. Thus we should be doubly sure people
sign up using their UW userid.
14 years ago
Michael Spang
5c88b54f78
Fix dependency of python protobuf
14 years ago
Michael Spang
4ee16577aa
Disallow realname = username in GUI
14 years ago
Michael Spang
e6e673447e
Use ceoc directly in the gui
14 years ago
Michael Spang
b348f5d5bd
Always log to stderr in ceoc
...
The python thing will read errors from stderr, we need to log there
even if it's not a tty.
14 years ago
Michael Spang
e3555e5b74
Build python protobuf
14 years ago
Michael Spang
17eb4d40b9
Track errors
14 years ago
Michael Spang
628c9076fe
Change directory only when detaching
14 years ago
Michael Spang
43319f134b
Use ldap_sasl_mech
14 years ago
Michael Spang
b3face5de9
Cleanup Makefile
14 years ago
Michael Spang
de59ad2755
Use LOG_PID everywhere
14 years ago
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.
14 years ago
David Bartley
a7961f1b9f
Set acl's for club home directories.
14 years ago
Michael Spang
64f6eb6c8c
Half way to 1.0!
14 years ago
Michael Spang
7f3f4c3a48
Install ceo to /usr not /usr/local
14 years ago
Michael Spang
873f7ac9a6
Merge commit 'ceod'
14 years ago
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.
14 years ago
Michael Spang
1c8e247732
Allow digits in variable names
14 years ago
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.
14 years ago
Michael Spang
b523fbf206
Fix getgroups call error
...
Made long ago. Jaunty's compiler detects this interestingly.
14 years ago
Michael Spang
c0b87dbc98
Add some commas to dependencies
14 years ago
Michael Spang
5ce11709ff
Merge commit 'public/master' into ceod
14 years ago
Michael Spang
ad30f9c47a
Insanify configuration files
14 years ago
Michael Spang
92652a3af0
Install ceo daemon
...
We need to split into different packages for the daemon and clients.
14 years ago
Michael Spang
23c6c89237
Fix redundant arguments to linker
14 years ago
Michael Spang
e0332eecac
Fix home directory error handling
14 years ago
Michael Spang
aaeca32107
Make connection failure message more clear
14 years ago
Michael Spang
bfff0e8e87
Use --as-needed when linking
...
This avoids complaints by dpkg due to unnecessary links.
14 years ago
Michael Spang
e210f7d38b
Remove unused vars
14 years ago
Michael Spang
37eb3e6465
Resurrect linux homedir support
14 years ago
Michael Spang
0d52c0475b
Kill zfsaddhomedir
14 years ago
Michael Spang
6b83cc5c05
Abort on unexpected SCTP errors
14 years ago
Michael Spang
99ce020ba0
Fix changelog version
14 years ago
Michael Spang
a838e28a2c
Ignore debhelper log
14 years ago
Michael Spang
49bdd24661
Remove Solaris LDFLAGS
14 years ago
mgregson
d818a687fc
Moving from zfsaddhomedir to simpleaddhomedir.
14 years ago
mgregson
597c2180b9
Added simpleaddhomedir to makefile.
14 years ago
mgregson
283cfd1f49
Fixed stupid shit with incorrect arg counting.
14 years ago
mgregson
c57902dfd0
Modifying zfsaddhomedir to operate on not-zfs stuff. Ignores quotas and ACLs.
14 years ago
Michael Spang
47b601d224
Update call to kadm5_init_with_skey
14 years ago
Michael Spang
25646ac593
Remove kadmin headers
14 years ago
Michael Spang
4ede8212d5
Require TGT in ldap_init
14 years ago
Michael Spang
bac4db4f4d
Fail op handling if unathenticated
14 years ago
Michael Spang
0c828122ac
Make kerberos code more verbose
14 years ago
Michael Spang
e75390b7de
Fix networking bugs
14 years ago
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.
14 years ago
Michael Spang
d6e6b2bc63
Add python-psycopg to depends
14 years ago