Displaying 3 results from an estimated 3 matches for "tdsam".
Did you mean:
  tdbsam
  
2006 Nov 26
1
starting Samba and removing PCNetlink
...on the box that works
great
# Global parameters
[global]
	workgroup = RAD
	netbios name = REC2
	security = SHARE
        hosts allow = xxx.xxx.xxx. xxx.xxx.xxx. xxx.xxx.xxx
        load printers = yes
        max log size = 50
        log file = /usr/local/samba/var/log.%m
        passdb backend = tdsam
        socket options = TCP_NODELAY
        local master = no
        os level = 33
        domain master = no
        wins support = yes
        wins proxy = yes
        dns proxy = no
[rols]
        comment = rec2:/global/rols
        path = /global/rols
        guest ok = yes
        read only...
2003 Oct 17
2
exchange server and amba 3 integration
...ns on using an Exchange 2K 
Mail server with Samba 3 as the "only" PDC?
My ?s;
1) Is the 2K Exchange Server integration as simple as having 
a 2K machine joining a Samba PDC?
2) I use smbpasswd as a backend as I am migrating from 2.2.7a 
but should I use a different passwd backend like tdsam or 
ldapsam too make this integration easier?
3) I don't have ldap yet but what are the issues in  
migrating from tdsam to ldapsam?
Any feedback is greatly appreciated,
Bri-
2005 Apr 07
1
Samba/Cups and printers
...PS printer setup.
Unfortuantely I'm falling over at the first hurdle.  I've installed
samba 3.0.12 from sources and I've a redhat 9.0 box running CUPS 1.1.71.
I've installed the following smb.conf file:-
[global]
load printers=yes
printings=cups
printcap name=cups
passdb backend = tdsam
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
public = yes
guest ok = yes
writable = no
printable = yes
printer admin = root, @ntadmins
If I start samba and run:-
Rpcclient server -U root -c enumprinters
Then I get returned the message 'No printers returned'...