Line 2: |
Line 2: |
| | | |
| G.Zartman Note: At this point, I'm just going to randomly ramble on this wiki page as I work on Samba 4. Once I get some workable pieces, I'll go back and format this page so that it makes more sense. | | G.Zartman Note: At this point, I'm just going to randomly ramble on this wiki page as I work on Samba 4. Once I get some workable pieces, I'll go back and format this page so that it makes more sense. |
| + | |
| + | |
| + | |
| + | |
| + | ==Templates to Modify== |
| + | |
| + | /etc/smb.conf |
| + | |
| + | etc/raddb/radiusd.conf/25modules30smbpasswd: # An example configuration for using /etc/samba/smbpasswd. |
| + | etc/raddb/radiusd.conf/25modules30smbpasswd:} passwd smbpasswd \{ |
| + | etc/raddb/radiusd.conf/25modules30smbpasswd: filename = /etc/samba/smbpasswd |
| + | etc/raddb/radiusd.conf/25modules25mschap: # reading from /etc/smbpasswd. |
| + | etc/raddb/radiusd.conf/25modules25mschap: # If you are using /etc/smbpasswd, see the 'passwd' |
| + | etc/raddb/radiusd.conf/25modules25mschap: # module for an example of how to use /etc/smbpasswd |
| + | etc/raddb/radiusd.conf/65authorization40default: # If you are using /etc/smbpasswd, and are also doing |
| + | etc/raddb/radiusd.conf/65authorization40default: # configure the 'smbpasswd' module, above. |
| + | etc/raddb/radiusd.conf/65authorization40default: ( $ldap{Authentication} || 'disabled' ) eq 'enabled' ? 'ldap' : 'smbpasswd'; |
| + | |
| | | |
| ==smb.conf considerations:== | | ==smb.conf considerations:== |
Line 9: |
Line 27: |
| | | |
| '''Server Role:'''' Samba 4 currently only supports the active directory domain controller server role. For now, we'll force Samba config into DC server role, but provide a fragment for expansion later. There is a long explaintion behind this, but for now, restriction doesn't hurt us. SME as a DC will provide auth for both domain membership and simple shares by either joining the domain or logging into the server every time. | | '''Server Role:'''' Samba 4 currently only supports the active directory domain controller server role. For now, we'll force Samba config into DC server role, but provide a fragment for expansion later. There is a long explaintion behind this, but for now, restriction doesn't hurt us. SME as a DC will provide auth for both domain membership and simple shares by either joining the domain or logging into the server every time. |
| + | |
| + | |
| + | ==Configuration Database Parameters to Modify== |
| + | |
| + | ===SMBD=== : Delete |
| + | |
| + | ===NMBD=== : Delete |