Displaying 2 results from an estimated 2 matches for "the_file_path_and_nam".
Did you mean:
the_file_path_and_name
2002 Dec 10
1
FW: Samba and Windows 2000 Password Authentication - Here is the Answer.
...owed the steps below, I could log onto the domain and
then access Samba shares without getting asked for a password:
Update the global section of the smb.conf file to include the following:
workgroup = MY_COMPANY_DOMAIN
security = domain
password server = *
encrypt passwords = yes
smbpasswd file = THE_FILE_PATH_AND_NAME
os level = 0 ### This server will never become a domain controller
Stop the smbd and nmbd daemons.
Run the smbpasswd command to establish a trust relationship:
smbpasswd -j MY_COMPANY_DOMAIN -r DOMAIN_CONTROLLER -Uadministrator%password
Start up the Samba daemons.
2002 Dec 10
0
FW: Samba and Windows 2000 Password Authentication - Here is the Answer with a clarification.
...he domain
> and then access Samba shares without getting asked for a password:
>
> Update the global section of the smb.conf file to include the following:
> workgroup = MY_COMPANY_DOMAIN
> security = domain
> password server = *
> encrypt passwords = yes
> smbpasswd file = THE_FILE_PATH_AND_NAME
> os level = 0 ### This server will never become a domain controller
>
> Stop the smbd and nmbd daemons.
>
> Run the smbpasswd command to establish a trust relationship:
> smbpasswd -j MY_COMPANY_DOMAIN -r DOMAIN_CONTROLLER
> -Uadministrator%password
(NOTE: the administrat...