Displaying 20 results from an estimated 10364 matches for "logons".
Did you mean:
logins
2011 Aug 06
1
3.5.9: logon scripts are not working under non root user
I have issues running logon script on samba 3.5.9 (freebsd 8.2p1) under non
root user.
When i login to the XP box under root all is OK. logon script is working,
but it's totally not working under all other users.
turning on debugging reveals that under non root it's incorrectly parsing
the logon script name from config (adding full network path to filename)
unix_convert called on file
2002 Jul 09
1
Samba 2.2.5-1 BDC
Hi I'm using a Samba 2.2.5-1 PDC on a RH 7.2 everything works fine !!
Now I'd like to set up a BDC so, following the Samba-BDC-Howto I've:
- synced /etc/passwd /etc/shadow /etc/group /etc/samba/smbpasswd
- imported the SID with the -S option of the smbpasswd from PDC
- duplicated the shares between PDC and BDC
- modified the master domain parameter on the BDC to NO
But if I shut down
2003 Jul 15
2
Windows 98 logon server problem
...cket: Logon from 192.168.13.189: code = 0x0
=-=-=
I have the following lines (among others) in my smb.conf:
logon home = \\%L\home\%U\.profiles
netbios name = AIP-KY
workgroup = AIP-KY
security = user
encrypt passwords = yes
password level = 8
domain master = yes
preferred master = yes
domain logons = yes
logon script = logon.bat
logon path = \\%L\profiles\%U
logon home = \\%L\home\%U\.profiles
Please let me know if you need any more information!
Louis Nafziger
louisn@aip-usa.com
2004 Apr 09
3
Help ! Logon script doesn't work on XP
Hi,
I have very strange problem:
I had created logon script (bat file dynamically generated by root peexec)
and tested it successfully on Win98 workstation.
Now I'm testing it on XP wkst., but the same (created by the same method)
script is during logon not executed.
What is absolutely mysterious for me ? The script is really read by
workstation durin logon - I saw it in network traffic
2003 Mar 13
3
Logon Script Doesn't
...he logon script.
Here is part of the smb.conf:
[global]
comment = Home based server
server string = Samba Server v2.2.7
netbios name = OciCat
workgroup = CRANDELL
security = server
encrypt passwords = yes
preferred master = yes
domain logons = yes
domain master = yes
local master = yes
logon script = %U.bat
logon drive = H:
logon path =
add user script = /usr/sbin/useradd -d /dev/null -g users -s /dev/false
-M %u
The batch files exist and are working with Win98.
I miss DOS.
Thanks
1997 Aug 08
12
Logon scripts
...on this Linux server. Other option is share, which is like
; Windows for Workgroups share level password protection.
security = user
; These are the settings to make Linux become the PDC (Primary
; Domain Controller) for our network.
domain master = yes
preferred master = yes
domain logons = yes
wins support = yes
; Network logon scripts
logon script = %u.bat
; logon path = \\%L\Profiles\%U
; *******************************************************************
; *********************** Shared volume settings ********************
; ********************************************...
2015 Jan 11
2
Domain level 2008 and last interactive logons
Has anybody had a look at this site?
http://technet.microsoft.com/en-us/library/understanding-active-directory-functional-levels(v=ws.10).aspx
Last Interactive Logon Information
Last Interactive Logon Information displays the following information:
The total number of failed logon attempts at a domain-joined Windows Server 2008 server or a Windows Vista workstation
The total number of
2001 Dec 03
5
Problem with logon script
...blem with logon script.
I will at first disconnect all connected drives from last Windows run, and
the connect home dir.
My smb.conf :
[Global]
logon script = STARTUP.BAT
logon drive = m:
logon home = \\sapo\%U
logon path = \\sapo\%U\setting\%m\profile
domain logons = Yes
[homes]
comment = Home Directories
read only = No
browseable = No
valid users = %U
[netlogon]
path = /home/netlogon
comment = Network Logon Directory
guest ok = Yes
browseable = No
share modes = No
And my STARTUP.BAT...
2004 May 26
5
Windows XP and domain logon
Hello,
I have installed samba 3.0.2a as PDC and BDC, I am able to add windows xp to domain and have added all the registry patches to windows xp, but when it comes to domain logon on windows xp client, the behaviour is very erratic, sometimes I am able to logon to domain and sometimes the domain logon fails, we need to restart the xp machine and keep trying to the domain logon. The error we
2004 Mar 23
4
netlogon problems
...interfaces = 192.168.10.1/24, 192.168.11.1/24
hosts allow = 192.168.
bind interfaces only = yes
nt acl support = yes
client schannel = auto
server schannel = yes
client signing = auto
server signing = no
# FEATURE STUFF
domain logons = yes
os level = 33
domain master = yes
preferred master = yes
local master = yes
time server = yes
# LOGON STUFF
logon script = logon.bat
logon drive =
logon home =
logon path =
template homedir =
[netlogon]...
2000 Jan 07
3
Group logon Scripts
We're almost at the stage of rolling out our new RH6.1/Samba server -
one last item. We have some 60 users and 7 departments. Can I use/how
do I use a logon script to log groups onto the server. I currently have
1 logon script per user, but a small change in 1 share means updating
every script. Can I log them on by group ID but still map
their personal shares with the %U flag so I then
2010 Sep 09
3
Samba Windows 7 and logon scripts
Hi,
I'm trying to get Windows 7 to run a logon script which mounts a share at
login. This works fine for Windows XP
In my smb.conf I have the following
logon script = %G.cmd
logon path = \\%L\profiles\%U
logon drive = H:
logon home = \\YOUNGMUNSTER\homes
The script is
@echo
@echo Setting System Policies: Please Wait.
@echo off
NET TIME \\janus /SET /YES > X
2005 Jan 23
3
Samba PDC and Windows XP not executing logon.bat
...F thing should be fine). And of course the file runs from the
Windows command line, so there shouldn't be anything wrong with the file
itself.
In the smb.conf file, relevant listings include:
[global]
...
security = user
domain master = Yes
preferred master = Yes
local master = Yes
domain logons = Yes
logon path = \\servername\Profiles\%U
encrypt passwords = Yes
logon script = logon.bat
time server = Yes
[netlogon]
path = /etc/samba/netlogon
read only = Yes
browseable = No
[profiles]
path = /etc/samba/profiles
browseable = No
writeable = Yes
create mask = 0600
directory mask = 0700
;next...
2014 Nov 06
0
RemoteApp Failed Logon
I have MS AD DC running Windows Server 2008 R2 and I decided to use
samba 4 Version 4.1.6-Ubuntu as Domain Controller Member but I've had
some problems with Web Access RemoteApp when the TS uses samba as logon
server, the logon account fail, see below:
Nome do Log: Security
Fonte: Microsoft-Windows-Security-Auditing
Data: 06/11/2014 08:08:08
Identifica??o do Evento:4625
2011 Jun 17
5
Samba 3.3.15 Ignoring "Logon Path" and "Logon Home" to Disable Roaming Profiles
...o points in the
documentation.
Thank you
[12:39:25][root at dc:/var/lib/samba/profiles]$ smbd -V
Version 3.3.15
[12:23:55][root at dc:/var/lib/samba/profiles]$ grep -i logon
/etc/samba/smb.conf
logon path =
#logon drive = H:
logon home =
#logon script = %U.bat
#logon script = logon.bat
domain logons = Yes
[netlogon]
comment = Network Logon Service
path = /var/lib/samba/netlogon
*
/etc/samba/smb.conf*
# --------- smb.conf start ---------
[global]
workgroup = FIXFLYER
netbios name = FIXFLYER
passdb backend = ldapsam:ldap://127.0.0.1
printcap name = cups
printing = cups
security = user
log le...
2003 Mar 16
1
logon script not working
...39;t execute! samba is not givin any error, nor does my winxp client.
when i browse to \\linux\netlogon and double click logon.bat everything gets
mapped wonderful. but not automatically.
-rwxrwxrwx 1 root root 471 Mar 9
15:12 /samba/netlogon/logon.bat
smb.conf:
domain logons = Yes
logon script = logon.bat
[netlogon]
comment = Dom?nenanmeldedienst
path = /samba/netlogon
public = no
locking = no
writeable = no
browseable =...
2003 Jun 11
0
Can't seem to change "logon script = logon.bat"
Hello,
I am running RedHat 8 and have the same problem with both the distributed
and updated samba RPMS (2.2.5 -> 2.2.7) and the source dist (2.2.8a).
I can seem to change many options but the "logon script = logon.bat"
doesn't want to change. This is what I have in my smb.conf file :
[global]
...some stuff...
logon script = %U.bat
logon drive = H:
[netlogon]
2005 Mar 30
0
"logon path" and "logon home" settings return different values in 3.0.13?
...he samba meaning/returns for "logon path" and "logon
home" change? (at which version?)
We used to have a system that appeared to be working well and it was as
follows
logon script = logon.bat
logon path = \\%L\profiles\%U
logon drive = h:
logon home = \\%L\%U\.profile
domain logons = Yes
and the [profiles] share had the following
[profiles]
comment = User Profiles
path = /usr/local/samba/profiles
profile acls = Yes
root preexec = PROFILE=/usr/local/samba/profiles/%u; if [ ! -e
$PROFILE
]; then mkdir -pm700 $PROFILE; chown %u.%g $PROFILE;f...
2011 Aug 06
2
tattooing of tdbsam backend with logon script value
All users whose "logon script" values have not been explicitly defined
automagically inherit the value that "logon script" is set to in
smb.conf. And one can change the "logon script" for all such users
simply by changing said value in smb.conf. However, once a logon
script value value has been explicitly defined for a user this
inheritance ability (as the explicit
2005 Nov 23
1
login script - runs just the first time a user logons
Hello
I have a really strange problem with logon scripts.
I'm using a version 3.0.20b .deb found on samba.org on a Debian Sarge,
and a tdbsam backend.
1) I had no "logon script" in the smb.conf file just the per user
setting in the tdbsam. Full path to logon script given in tdbsam (e.g.
\\server\netlogon\logon.bat). I can mount the netlogon share, access
rigths are good, and I can