Displaying 10 results from an estimated 10 matches for "addmachinescript".
2006 Aug 18
3
share write access
...teprintercommand = /root/samba_iiosb/testing/util/modify_samba_config.pl
maptoguest = Bad User
addprintercommand = /root/samba_iiosb/testing/util/modify_samba_config.pl
setprimarygroupscript = /usr/sbin/usermod -g "%g" "%u"
addmachinescript = /usr/sbin/useradd "%u"
domainlogons = no
deleteuserscript = /usr/sbin/userdel -r "%u"
printcapname = cups
passdbbackend = tdbsam
guestaccount = testguest
printing...
2004 Jan 12
0
smbd hangs when printing.
...passwdprogram = /usr/bin/passwd %u
adduserscript = /usr/sbin/useradd -m -g users %u
preferredmaster = Yes
logonscript = script\logon.bat
deletesharecommand =
/etc/samba/scripts/modify_samba_config.pl
# addmachinescript = /usr/sbin/useradd -d /dev/null -g
machines -s /bin/false -M %u
addmachinescript = /usr/sbin/useradd -g machines -d
/dev/null -s /bin/false %u
idmapgid = 15000-20000
domainlogons = Yes
logon drive = h:...
2003 Oct 30
1
Stupid Little Doubt
I'm reading the samba-howto-collection and just got a doubt.
Even using mysql or ldap I still have to have one user for each
username I insert in pdbedit (smbpasswd/ldap/mysql/etc) ?
There's no way to automatize it just like the add user command to
add machines in the passwd?
regards
thiago lima.
2006 Jul 20
1
guest ok
...=
/usr/local/autobench/sources/samba/util/modify_samba_config.pl
maptoguest = Bad User
addprintercommand =
/usr/local/autobench/sources/samba/util/modify_samba_config.pl
setprimarygroupscript = /usr/sbin/usermod -g "%g" "%u"
addmachinescript = /usr/sbin/useradd "%u"
domainlogons = yes
deleteuserscript = /usr/sbin/userdel -r "%u"
printcapname = cups
passdbbackend = tdbsam
guestaccount = testguest
printing...
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/
2019 Aug 01
0
Build error due to Waf task dependency cycle in run_after
...4.10.6/bin/default'
Task dependency cycle in "run_after" constraints:
{task 139970785159432: smbdotconf/parameters.all.xml
abortshutdownscript.xml,accessbasedshareenum.xml,aclallowexecutealways.xml,aclcheckpermissions.xml,aclgroupcontrol.xml,aclmapfullcontrol.xml,addgroupscript.xml,addmachinescript.xml,addportcommand.xml,addprintercommand.xml,addsharecommand.xml,adduserscript.xml,addusertogroupscript.xml,administrative_share.xml,adminusers.xml,afsshare.xml,afstokenlifetime.xml,afsusernamemap.xml,aiomaxthreads.xml,aioreadsize.xml,aiowritebehind.xml,aiowritesize.xml,algorithmicridbase.xml,alloc...
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
...[ 776s] Task dependency cycle in "run_after" constraints:
[ 776s] {task 140636697103496: smbdotconf/parameters.all.xml
abortshutdownscript.xml,accessbasedshareenum.xml,aclallowexecutealways.xml,aclcheckpermissions.xml,aclgroupcontrol.xml,aclmapfullcontrol.xml,addgroupscript.xml,addmachinescript.xml,addportcommand.xml,addprintercommand.xml,addsharecommand.xml,adduserscript.xml,addusertogroupscript.xml,administrative_share.xml,adminusers.xml,afsshare.xml,afstokenlifetime.xml,afsusernamemap.xml,aiomaxthreads.xml,aioreadsize.xml,aiowritebehind.xml,aiowritesize.xml,algorithmicridbase.xml,alloc...
2005 Oct 20
4
usrmgr: group not found.
...th no errors!. This is my smb.conf:
[global]
addsharecommand = /etc/samba/scripts/modify_samba_config.pl
netbiosname = Spider-Man
deletesharecommand = /etc/samba/scripts/modify_samba_config.pl
usernamemap = /etc/samba/smbusers
maxlogsize = 50
addprintercommand = /etc/samba/scripts/smbaddprinter.pl
addmachinescript = /usr/sbin/useradd -d /dev/null -g machines -c 'Machine
Account' -s /bin/false -M '%u'
deleteuserscript = /usr/sbin/userdel -r '%s'
domainlogons = yes
printcapname = cups
hideunreadable = yes
logfile = /var/log/samba/log.%m
preferredmaster = yes
printing = cups
socketoption...