smbd: Fix cached dos attributes
[Samba.git] / docs-xml / smbdotconf / misc / afsusernamemap.xml
blobf3f7390f4c553b184cb2801c5143d8911074d0ae
1 <samba:parameter name="afs username map"
2                  context="G"
3                  type="string"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5  <description>
6         <para>If you are using the fake kaserver AFS feature, you might
7         want to hand-craft the usernames you are creating tokens for.
8         For example this is necessary if you have users from several domain
9         in your AFS Protection Database. One possible scheme to code users
10         as DOMAIN+User as it is done by winbind with the + as a separator.
11         </para>
13         <para>The mapped user name must contain the cell name to log into,
14         so without setting this parameter there will be no token.</para>
15 </description>
17 <value type="default"/>
18 <value type="example">%u@afs.samba.org</value>
19 </samba:parameter>