search for: domainmaster

Displaying 16 results from an estimated 16 matches for "domainmaster".

2007 Jun 26
4
multiple ldap classes?
...doing something like this? For instance, a samba server might have the following classes defined (in ldap): samba, samba-bdc, samba-file-shares, samba-build-shares, etc... And I would like to do something like this: -- class samba { $shares = template(default-shares) case $class { samba-pdc: { $domainmaster = yes } samba-bdc: { $domainmaster = no } samba-file-shares: { $shares += template(file-shares) } samba-build-shares: { $shares += template(build-shares) } } file { smb.conf: content => template(smb.conf.template) # and somehow append the contents of file-shares and build-shares } -- Th...
2002 May 09
2
wbinfo -t is not working yet
when i try wbinfo -t the output is Secret is bad 0xc0000022 winbind in debug more shows [ 2032]: check machine account bind succeeded on port 0 resolve_lmhosts: Attempting lmhosts lookup for name DOMAINMASTER<0x20> resolve_hosts: Attempting host lookup for name DOMAINMASTER<0x20> resolve_wins: Attempting wins lookup for name DOMAINMASTER<0x20> resolve_wins: WINS server == <10.20.240.251> bind succeeded on port 0 Got a positive name query response from 10.20.240.251 ( 10.20.240.25...
2009 Oct 10
1
documentation bug?
...lass="link" href="smb.conf.5.html#LOCALMASTER <view-source:http://samba.org/samba/docs/man/Samba-HOWTO-Collection/smb.conf.5.html#LOCALMASTER>" target="_top">local master</a>(*)</li> <li><a class="link" href="smb.conf.5.html#DOMAINMASTER <view-source:http://samba.org/samba/docs/man/Samba-HOWTO-Collection/smb.conf.5.html#DOMAINMASTER>" target="_top">domain master</a>(*)</li> <li><a class="link" href="smb.conf.5.html#BROWSELIST <view-source:http://samba.org/samba/docs/man...
2006 Aug 18
3
share write access
...drive = P: addusertogroupscript = /usr/sbin/groupmod -m "%u" "%g" logonpath = \\%L\profiles\.msprofile printcapcachetime = 750 workgroup = SAMBA_TEST security = share domainmaster = false ## Section - [users] [users] readonly = No comment = All users vetofiles = /aquota.user/groups/shares/ inheritacls = Yes path = /home ## Section - [homes] [home...
2006 Sep 28
1
Autentication against BDC first
...network. And if i need to change a password of the user on PDC goes trough WAN and modify the master LDAP and this then modify the Slave LDAP trough the WAN. So... my question is can I configure my BDC with the priority. Maybe... on the PDC set: domainsmaster=yes domainlogons=no and on the BDC domainmaster=no domainlogons=yes. Many many thanks and scuse my poor english.
2007 Jun 29
1
More on class includes
...uot;case $puppetclass" and "include $puppetclass" from within samba-base don''t seem to work, and if they did they may result in the same problem. Does anybody have a solution or method for gathering variables from multiple classes together like this? -- class samba-bdc { $domainmaster = "no" $oslevel = "35" $winssupport = "no" include samba-base } class samba-dev-shares { $shares = [ template("$files/samba/etc/unattended.shares") ] include samba-base } class samba-base { file { "$smbconf": # build the file using va...
2006 Jul 20
1
guest ok
...ndrive = P: addusertogroupscript = /usr/sbin/groupmod -m "%u" "%g" logonpath = \\%L\profiles\.msprofile printcapcachetime = 750 workgroup = SAMBA_TEST security = user domainmaster = yes ## Section - [users] [users] readonly = No comment = All users vetofiles = /aquota.user/groups/shares/ inheritacls = Yes path = /home ## Section - [homes] [homes]...
2004 Jan 12
0
smbd hangs when printing.
...= %L on (Samba %v) deleteuserfromgroupscript = /usr/bin/gpasswd -d %u %g addsharecommand = /etc/samba/scripts/modify_samba_config.pl hidedotfiles = yes netbiosname = linux passdbbackend = tdbsam domainmaster = Yes guestok = no changesharecommand = /etc/samba/scripts/modify_samba_config.pl time server = Yes addusertogroupscript = /usr/bin/gpasswd -a %u %g workgroup = samba logfile...
2003 Oct 24
1
Samba PDC+Domain Admin Group
hi all. recectly i made the migration from samba 2.2.8 to 3.0. everything is working fine, except that i dont know how to grant administrator privileges in win 2000 clients. with 2.2.8, i used DOMAIN ADMIN GROUP parameter ( domain admin group = @adm) but its been removed in samba 3.0, and i dont know what to do. any help will be apreciated thanks in advance sebastian ------------ Internet GRATIS
2019 Jul 14
2
Build error due to Waf task dependency cycle in run_after
Dear all, trying to build some Heimdal-based packages for Samba AD DC under openSUSE I am facing some difficulties with the build system: During the installation which is triggered by "make install" waf complains about some task dependency cycle after leaving folder bin/default. Full log including config options can be seen unter https://build.opensuse.org/
2003 Feb 11
0
NT_STATUS_TRUSTED_RELATIONSHIP_FAILURE
...l = 5 passdb:5 auth:10 winbind:2 #max log size = 100 timestamp logs = No socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 SO_KEEPALIVE IPTOS_LOWDELAY ; domain options os level = 250 preferred master = True localmaster = Yes domainmaster = Yes domain logons = yes wins support = yes ; do not show files starting with dots hide dot files = yes guest ok = no invalid users = bin deamon sys man postfix mail ftp admin users = @root dns proxy = No message command =...
2019 Aug 01
0
Build error due to Waf task dependency cycle in run_after
...serscript.xml,deletevetofiles.xml,dfreecachetime.xml,dfreecommand.xml,dgramport.xml,directorymask.xml,directorynamecachesize.xml,directorysecuritymask.xml,disablenetbios.xml,disablespoolss.xml,dmapisupport.xml,dnsforwarder.xml,dnsproxy.xml,dnsupdatecommand.xml,dnszonescavenging.xml,domainlogons.xml,domainmaster.xml,dontdescend.xml,doscharset.xml,dosfilemode.xml,dosfiletimeresolution.xml,dosfiletimes.xml,dsdbeventnotification.xml,dsdbgroupchangenotification.xml,dsdbpasswordeventnotification.xml,durablehandles.xml,easupport.xml,enableasusupport.xml,enablecorefiles.xml,enableprivileges.xml,enablespoolss.xml,...
2003 Nov 16
2
Can not add users to samba 3.0
Hello, I can not seem to get smbpsswd to add any users to samba. No matter if I use the CLI, the Webmin module or SWAT I always get this response when trying to add any user [root@matrix1 samba]# smbpasswd -m -a gerard Failed initialise SAM_ACCOUNT for user gerard$. Failed to modify password entry for user gerard$ I take it this has somehting to do with PAM & or shadow passwords, & I
2019 Mar 20
2
build problem with 4.10.0
...serscript.xml,deletevetofiles.xml,dfreecachetime.xml,dfreecommand.xml,dgramport.xml,directorymask.xml,directorynamecachesize.xml,directorysecuritymask.xml,disablenetbios.xml,disablespoolss.xml,dmapisupport.xml,dnsforwarder.xml,dnsproxy.xml,dnsupdatecommand.xml,dnszonescavenging.xml,domainlogons.xml,domainmaster.xml,dontdescend.xml,doscharset.xml,dosfilemode.xml,dosfiletimeresolution.xml,dosfiletimes.xml,dsdbeventnotification.xml,dsdbgroupchangenotification.xml,dsdbpasswordeventnotification.xml,durablehandles.xml,easupport.xml,enableasusupport.xml,enablecorefiles.xml,enableprivileges.xml,enablespoolss.xml,...
2005 Oct 20
4
usrmgr: group not found.
...printing = cups socketoptions = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 delprintercommand = /etc/samba/scripts/smbdelprinter.pl addusertogroupscript = /usr/bin/gpasswd -a '%u' '%g' workgroup = Marvel useclientdriver = no security = user smbpasswdfile = /etc/samba/private/smbpasswd domainmaster = yes addgroupscript = /usr/sbin/groupadd %g && getent group '%g'|awk -F: '{print $3}' deleteuserfromgroupscript = /usr/bin/gpasswd -d '%u' '%g' loglevel = 5 adduserscript = /usr/sbin/useradd -m -s /bin/false '%u' dnsproxy = no hidedotfiles = yes setp...
2007 Apr 21
3
samba pdc issue
I have upgrade the pdc server from debian sarge to etch. After this operation we can't login to the domain (client windows 2000 & XP) smbclient works fine and from a windows local account I can browser the samba directories too (puttin username and password before..) I use tdbsam of course and pdbedit -L let me see all the accounts, it seems to work fine I tried to remove a pc from