source: branches/samba-3.3.x/docs-xml/smbdotconf/misc/afsusernamemap.xml

Last change on this file was 217, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.3.0 level docs-xml (psmedley's port)

File size: 790 bytes
Line 
1<samba:parameter name="afs username map"
2 context="G"
3 type="string"
4 advanced="1"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7 <para>If you are using the fake kaserver AFS feature, you might
8 want to hand-craft the usernames you are creating tokens for.
9 For example this is necessary if you have users from several domain
10 in your AFS Protection Database. One possible scheme to code users
11 as DOMAIN+User as it is done by winbind with the + as a separator.
12 </para>
13
14 <para>The mapped user name must contain the cell name to log into,
15 so without setting this parameter there will be no token.</para>
16</description>
17
18<value type="default"/>
19<value type="example">%u@afs.samba.org</value>
20</samba:parameter>
Note: See TracBrowser for help on using the repository browser.