release v1.01, include support for old Linux 2.4-style PAGs
[hcoop/debian/libnss-afs.git] / debian / default
CommitLineData
03b6b479 1# Choose a method to determine user homedirectories.
2# Valid choices are:
3# 'auto' use /afs/[cellname]/user/[username] as homedirectory
4# 'prefix use /afs/[cellname]/user/[u]/[us]/[username] as homedirectory
5# 'admin' use the directory referenced by the symbolic link
6# /afs/[cellname]/admin/homedirs/[username] as homedirectory
7HOMEDIRS='prefix'
8
9# Choose a method to determine user's login shells.
10# Valid choices are:
11# 'bash' use the bash ( /bin/bash )
12# 'admin' use the binary referenced by the symbolic link
13# /afs/[cellname]/admin/shells/[username] as login shell
14# 'user' use the binary referenced by the symbolic link
15# /afs/[cellname]/user/[username]/.loginshell
16SHELLS='user'