Moving docs tree to docs-xml to make room for generated docs in the release tarball.
[vlendec/samba-autobuild/.git] / docs-xml / smbdotconf / misc / afsusernamemap.xml
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>