Displaying 1 result from an estimated 1 matches for "dummyaccount".
Did you mean:
dummy_count
1998 Oct 19
0
How to: users print with their username, guests with guest account
...their username to print, while users with no account use the guest
account. How can we do that.
If we use:
[printers]
..
..
public = yes
guest account = nobody
..
..
then all users are printing on the guest account.
On the other hand, if we use
[printers]
..
..
public = no
valid users = .....,DummyAccount
write list = .....,DummyAccount
..
..
then somebody that does not have an account on our network, can
print only if he/she logs in on win95/98 with username
DummyAccount.
In short:
Can anybody tell me why Samba changes the UID of any user to
nobody if public=yes, even if the account itself is...