diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-08-17 04:51:27 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-08-17 04:51:27 +0000 |
commit | a27ec4a0118e4443e76f706b715c95c17ce60595 (patch) | |
tree | 6988ee3b47c021dc7c0e25e7ee1a810460a445b7 /docs/docbook/manpages | |
parent | f56e06476fed5dda04ce12734aeb6efc9bf2d0a4 (diff) | |
download | samba-a27ec4a0118e4443e76f706b715c95c17ce60595.tar.gz samba-a27ec4a0118e4443e76f706b715c95c17ce60595.tar.bz2 samba-a27ec4a0118e4443e76f706b715c95c17ce60595.zip |
Rework the 'guest account get's RID 501' code again...
This moves it right into the passdb subsystem, where we can do this in
just one (or 2) places. Due to the fact that this code can be in a tight loop,
I've had to make 'guest account' a 'const' paramater, where % macros cannot be
used. In any case, if the 'guest account' varies, we are in for some nasty
cases in the other code, so it's useful anyway.
Andrew Bartlett
(This used to be commit 8718e5e7b2651edad15f52a4262dc745df7ad70f)
Diffstat (limited to 'docs/docbook/manpages')
-rw-r--r-- | docs/docbook/manpages/smb.conf.5.sgml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index 2aeb312924..1e713147c9 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -2769,6 +2769,10 @@ <command>su -</command> command) and trying to print using the system print command such as <command>lpr(1)</command> or <command> lp(1)</command>.</para> + + <para>This paramater does not accept % marcos, becouse + many parts of the system require this value to be + constant for correct operation</para> <para>Default: <emphasis>specified at compile time, usually "nobody"</emphasis></para> |