diff options
author | Volker Lendecke <vlendec@samba.org> | 2004-04-01 12:31:50 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2004-04-01 12:31:50 +0000 |
commit | 2df6750a079820826013360fb9e47f90bc8223a5 (patch) | |
tree | 2a718f1d3d8698ef88f1072dcfb3d2fb87aff6eb /WHATSNEW.txt | |
parent | c814f7c43db9700ec08a30c45521181c754df247 (diff) | |
download | samba-2df6750a079820826013360fb9e47f90bc8223a5.tar.gz samba-2df6750a079820826013360fb9e47f90bc8223a5.tar.xz samba-2df6750a079820826013360fb9e47f90bc8223a5.zip |
This restructures lib/afs.c so that the token data can be but into a
stream. This is to implement wbinfo -k that asks winbind for authentication
which then creates the AFS token for the authenticated user.
Volker
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r-- | WHATSNEW.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index f7e986697a2..92e7c71f9a7 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -43,6 +43,8 @@ o Gerald Carter <jerry@samba.org> o Volker Lendecke <vl@samba.org> + * Implement wbinfo -k: Have winbind generate an AFS token after + authenticating the user o Herb Lewis <herb@samba.org> |