v1.03: tiny performance improvement, lots of commenting
[libnss-afs.git] / debian / default
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
7 HOMEDIRS='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
16 SHELLS='user'