. .

Category: Samba RSS feed for this category

Comments Off on Password sychronize between Samba & Linux

Password sychronize between Samba & Linux

As Samba & LDAP are using difference password storing scheme, their password value cannot be share even store on the LDAP. There are several ways to synchronize them, as following only point out one of the possible ways.

Comments Off on Master browser for the DOMAIN in SAMBA

Master browser for the DOMAIN in SAMBA

Network browsing is convenient but causing a lot of headaches for administrator. The most 1st rule is setting up a WINS server could help a lot. When your network environment having multiple-domains and some of them are crossing multiple-subnets will cause you a lot or troubles.

Comments Off on File sharing supporting NT ACL as most possible

File sharing supporting NT ACL as most possible

The file access control in NT is much more complex than UNIX. In general, UNIX only support the ACL in read/write/execute for User/Group/Other of a file or directory. While NT could be far more complex than that, e.g. granting read permission for group1 and all access for group2.

Comments Off on Samba as a PDC for pre 2k domain

Samba as a PDC for pre 2k domain

In conclude, our setup should meet the following requirement: ADS domain controller is not supported Domain user DB is stored in the LDAP User entries are shared with UNIX Password of the user for windows & Linux are synchronized Domain group is supported

Comments Off on Daily operation for Samba

Daily operation for Samba

User operation To add/delete/modify user in the DOMAIN you could using Running USRMGR.exe in a domain workstation with privilege user pdbedit net sam set, e.g, force user to change their password Group operation Running USRMGR.exe in a domain workstation with privilege user net rpc group Windows joining the domain Windows machine could join the domain as usual, there are no special precaution. Samba joining the domain Some notes for Samba domain member server. Since, Samba require physical user passwd entries exist for correct operation. To let samba joining the domain, the samba member server should install nss_ldap & configure the

Comments Off on Samba & LDAP

Samba & LDAP

Our aim is setting up a SAMBA server under Linux and making it as a PDC for windows machine.