- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- samba revalidate smb.conf
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 04:21 AM
07-18-2003 04:21 AM
samba revalidate smb.conf
output smb.conf:
[/var]
available = yes
path = /var
writable = yes
guest ok = no
force create mode = 660
directory mask = 0770
force directory mode = 770
create mask = 0775
valid users = @sys
revalidate = True
read only = no
--> what does this revalidate = True mean?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 04:34 AM
07-18-2003 04:34 AM
Re: samba revalidate smb.conf
If it is set to revalidate = yes it will ask every connection for the password.
So the flags should be yes/no not true/false.
Regards
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 04:37 AM
07-18-2003 04:37 AM
Re: samba revalidate smb.conf
--------------------------------------
revalidate (S)
This options controls whether Samba will allow a previously validated username/password pair to be used to attach to a share. Thus if you connect to \\server\share1 then to \\server\share2 it won't automatically allow the client to request connection to the second share as the same username as the first without a password.
If "revalidate" is True then the client will be denied automatic access as the same username.
Default:
revalidate = False
Example:
revalidate = True
-----------------------------------------
However I don't know which version this refers to. Neither Samba 2.2.3a on my Linux box nor CIFS A.01.09.04 does seem to know this option. So it seems to be avalable to older or very new versions of Samba only.
Carl Martell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 04:41 AM
07-18-2003 04:41 AM
Re: samba revalidate smb.conf
revalidate option is documented in man smb.conf
from man page:
Note that this option only works with "seccurity=share" and will be ignored if this is not the case.
This option controls whether Samba will allow a
previously validated username/password pair to be
used to attach to a share. Thus if you connect to
\\server\share1 then to \\server\share2 it won??t
automatically allow the client to request connec??
tion to the second share as the same username as
the first without a password.
If "revalidate" is "True" then the client will be
denied automatic access as the same username.
Default: revalidate = False
Example: revalidate = True
HTH
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 08:24 AM
07-18-2003 08:24 AM
Re: samba revalidate smb.conf
You haven't mentioned which version of Samba/CIFS you are running, but the revalidate option no longer exists in CIFS. Running testparm on an A.01.09.05 (current CIFS/9000 release) highlights revalidate as an unknown parameter.
It is documented in the O'Reilly Using Samba book, but this book is now ~3 years old. It sounds like you may have carried your smb.conf from a previous release of Samba/CIFS.
I'd suggest you run testparm to check for any other syntax errors or incorrect parameters in your smb.conf.
regards,
Darren