Re: [Samba] Problems Implementing roaming profiles with Samba

2013-08-18 Thread Fermin Francisco
it did not work



 
JOSE FERMIN



 De: steve st...@steve-ss.com
Para: Fermin Francisco abc...@yahoo.com 
CC: Marc Muehlfeld sa...@marc-muehlfeld.de; samba@lists.samba.org 
samba@lists.samba.org 
Enviado: Sábado, 17 de agosto, 2013 7:41 P.M.
Asunto: Re: [Samba] Problems Implementing roaming profiles with Samba
 

On Sat, 2013-08-17 at 14:30 -0700, Fermin Francisco wrote:

** correction:
profilePath: \\DC\profiles\username
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Problems Implementing roaming profiles with Samba

2013-08-17 Thread Marc Muehlfeld

Hello Jose,

Am 16.08.2013 14:46, schrieb Fermin Francisco:

In tab Security it shows the follow: the requested security

 information is either unavailable or cannot be displayed

Does your filesystem on which you have the share, supports extended ACLs 
and are they enabled during mount (depending on your filesystem this may 
be automatically done).


Anything in the logs?



Regards,
Marc
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Problems Implementing roaming profiles with Samba

2013-08-17 Thread Fermin Francisco
Hi Marc!!

I use this:

Centos 6.4
Samba4
MS Windows 7 Enterprise

this is contain of smb.conf file :


# Global parameters
[global]
        workgroup = MYDOMAIN
        realm = MYDOMAIN.COM
        netbios name = SAMBA
        server role = active directory domain controller
        dns forwarder = 200.88.127.23

[netlogon]
        path = /usr/local/samba/var/locks/sysvol/mydomain.com/scripts
        read only = No

[sysvol]
        path = /usr/local/samba/var/locks/sysvol
        read only = No

[profiles]
path = /usr/local/samba/var/profiles
        valid users = @MYDOMAIN\Domain Users
        write list = @MYDOMAIN\Domain Users
        read only = No
        browseable = Yes
        writeable = Yes

this is the contain of log.samba file:

[2013/08/17 16:59:23.658652,  0] ../source4/smbd/server.c:370(binary_smbd_main)
  samba version 4.2.0pre1-GIT-20b64ea started.
  Copyright Andrew Tridgell and the Samba Team 1992-2013
[2013/08/17 16:59:44.875131,  0] ../source4/smbd/server.c:492(binary_smbd_main)
  samba: using 'standard' process model
[2013/08/17 17:00:14.617869,  0] 
../source4/dsdb/dns/dns_update.c:294(dnsupdate_nameupdate_done)
  ../source4/dsdb/dns/dns_update.c:294: Failed DNS update - NT_STATUS_IO_TIMEOUT
[2013/08/17 17:00:15.418125,  0] 
../source4/dsdb/dns/dns_update.c:323(dnsupdate_spnupdate_done)
  ../source4/dsdb/dns/dns_update.c:323: Failed SPN update - NT_STATUS_IO_TIMEOUT

Now, in security tab it shows (profiles folder):

you do not have permission to view or edit this object's
permission settings.

In Owner tab show this:

current owner: unable to display current owner

when I tried to change the folder's owner:

An error ocurred while applying security information to:

\\samba\profiles
Access is denied

These are the profiles' permissions in Centos:

drwxrwxrwx. 2 root root   4096 ago 17 17:11 profiles



what Can I do??


 
JOSE FERMIN



 De: Marc Muehlfeld sa...@marc-muehlfeld.de
Para: Fermin Francisco abc...@yahoo.com 
CC: samba@lists.samba.org samba@lists.samba.org 
Enviado: Sábado, 17 de agosto, 2013 2:43 P.M.
Asunto: Re: [Samba] Problems Implementing roaming profiles with Samba
 

Hello Jose,

Am 16.08.2013 14:46, schrieb Fermin Francisco:
 In tab Security it shows the follow: the requested security
 information is either unavailable or cannot be displayed

Does your filesystem on which you have the share, supports extended ACLs 
and are they enabled during mount (depending on your filesystem this may 
be automatically done).

Anything in the logs?



Regards,
Marc
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] Problems Implementing roaming profiles with Samba

2013-08-16 Thread Fermin Francisco
Good morning!!

Hi, my name is Fermin, and I have problems implementing roaming profiles with 
samba.

I follow the follow example: 
http://wiki.samba.org/index.php/Samba_%26_Windows_Profiles#Creating_a_profiles_share_and_setting_permissions

In the part where it settings the permissions in the folder:

Log on to a Windows machine as Domain Administrator
Go to „\\Servername“. You'll see the new added share.

Right-click to the share name, choose „Properties“ and go to the „Security“ tab.
Click the „Advanced“ and then the „Change permissions“ button for a more 
granular way to edit the share permissions.

In tab Security it shows the follow: the requested security information is 
either unavailable or cannot be displayed

Please, I need some help!!


PS: Sorry my english its not good
 
JOSE FERMIN
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Re: [Samba] problems with roaming profiles

2008-02-19 Thread Mike Eggleston
On Tue, 19 Feb 2008, Mike Eggleston might have said:

 I have a samba 3 domain running for a while and have noticed that
 desktop.ini is displayed often on login and that my personal desktop is
 not being sync'd with my repository. Last week I was building a new box
 for a user and am converting this same user to a domain profile at the
 same time. I have found that the user's romaining profile is not being
 created on the samba server. The user can log in, authenticate through
 samba to ldap, and see the user's home directory (mapped to H:\). When
 the user logs out the profile is not written to my profiles directory.
 The user can also create, read, and delete files from the mapped home
 directory.
 
 Does anyone see something wrong in my samba configuration?

The bizarrest thing to me. Researching this on the net I find
http://www.webservertalk.com/archive214-2004-6-198755.html. I disabled
the single nVidia device driver for the installed nVidia card, log out,
and the files are written to my profile area.

I don't know if disabling the device driver fixes all my problems, but
it helps.

Mike
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] problems with roaming profiles

2008-02-19 Thread Mike Eggleston
I have a samba 3 domain running for a while and have noticed that
desktop.ini is displayed often on login and that my personal desktop is
not being sync'd with my repository. Last week I was building a new box
for a user and am converting this same user to a domain profile at the
same time. I have found that the user's romaining profile is not being
created on the samba server. The user can log in, authenticate through
samba to ldap, and see the user's home directory (mapped to H:\). When
the user logs out the profile is not written to my profiles directory.
The user can also create, read, and delete files from the mapped home
directory.

Does anyone see something wrong in my samba configuration?

Mike

fedora core 5
samba 3

/etc/samba/smb.conf excerpts ---
[global]
security = USER
client plaintext auth = Yes
client lanman auth = Yes
lanman auth = No
ntlm auth = Yes
guest account = nobody
#admin users = root, mikee
admin users =
hosts allow = .domain.com, 10.1.2., 10.1.3., 192.168.100.
cups options = raw
wins support = yes
name resolve order = wins lmhosts host bcast
dns proxy = no
usershare allow guests = yes
time server = yes

workgroup = WKGRP
netbios name = elo
netbios aliases = loghost, mailhost, backuphost, ldaphost
server string = Samba Server (%h)
logon drive = H:
logon home = \\%h\%U
logon path = \\%h\profiles\%U
logon script = logon.bat
ldap delete dn = Yes
ldap suffix = dc=domain,dc=com
ldap admin dn = cn=manager,dc=domain,dc=com
ldap user suffix = ou=people
ldap group suffix = ou=groups
ldap machine suffix = ou=machines
ldap ssl = off
ldapsam:trusted = Yes
ldap timeout = 15
utmp directory = /var/run
wtmp directory = /var/log
utmp = Yes

encrypt passwords = Yes
password level = 0
password server = ldaphost.domain.com
passdb backend = ldapsam:ldap://ldaphost.domain.com
ldap passwd sync = Yes
unix password sync = No
passwd program = /usr/sbin/smbldap-passwd %u
#pam password change = Yes
passwd chat = Changing * password*for*\nNew password* %n\n *Retype new 
password* %n\n
passwd chat debug = Yes
#client use spnego = No
#use spnego = No

os level = 66
preferred master = Yes
local master = Yes
domain master = Yes
domain logons = Yes
allow trusted domains = Yes

[profiles]
comment = Roaming User Profiles
path = /etc/samba/profiles
browseable = Yes
writable = Yes
read only = No
guest ok = Yes
hide files = 
/DESKTOP.INI/Desktop.ini/desktop.ini/ntuser.ini/NTUSER.*/Thumbs.db/
#store dos attributes = Yes
create mask = 0600
directory mask = 0700
#printable = no
csc policy = disable

/etc/samba/smb.conf excerpts ---
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Problems with roaming profiles // Samba 3.0.7 from Sernet

2004-09-28 Thread rruegner
Hi Joachim,
please post your smb.conf, all i can say i have no problems
with 3.07 on suse 9
Regards
Joachim Kieferle schrieb:
Dear Robert,
... unfortunatelly this did _not_ help - same phenomenon like with the 
Sernet-Samba. Do you have any other idea?

Best
Joachim


rruegner wrote:
Hi, have you tried the packs from ftp.suse.com projects samba, i have 
no problems with them
Regards

Joachim Kieferle schrieb:
Dear List,
we are currently using Samba 3.0.4 (rpm from Sernet - 
http://ftp.sernet.de/pub/samba/) on SuSE 8.2 with XP SP2-clients.

The problem is: When we try to upgrade to Samba 3.0.7, the clients 
can't load the users profile, the error message says, that it can't 
find the path (though it works well for 3.0.4).
Here is a snippet of the error messages in log.smb with log level 4:

++ snip 
[2004/09/27 00:40:15, 4] smbd/uid.c:change_to_user(186)
 change_to_user: Skipping user change - already user
[2004/09/27 00:40:15, 3] smbd/trans2.c:call_trans2qfilepathinfo(2331)
 call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2004/09/27 00:40:15, 3] smbd/trans2.c:call_trans2qfilepathinfo(2353)
 call_trans2qfilepathinfo: SMB_VFS_STAT of cmd.exe failed (Datei oder 
Verzeichnis nicht gefunden)
[2004/09/27 00:40:15, 3] smbd/error.c:error_packet(94)
 error string = Datei oder Verzeichnis nicht gefunden
[2004/09/27 00:40:15, 3] smbd/error.c:error_packet(118)
 error packet at smbd/trans2.c(2219) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
++ snip 

Does anybody have an idea of what might be the reason for this 
problem? Google did not help.

Best and thanks
Joachim


--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Problems with roaming profiles // Samba 3.0.7 from Sernet

2004-09-27 Thread Joachim Kieferle
Dear Robert,
... unfortunatelly this did _not_ help - same phenomenon like with the 
Sernet-Samba. Do you have any other idea?

Best
Joachim


rruegner wrote:
Hi, have you tried the packs from ftp.suse.com projects samba, i have 
no problems with them
Regards

Joachim Kieferle schrieb:
Dear List,
we are currently using Samba 3.0.4 (rpm from Sernet - 
http://ftp.sernet.de/pub/samba/) on SuSE 8.2 with XP SP2-clients.

The problem is: When we try to upgrade to Samba 3.0.7, the clients 
can't load the users profile, the error message says, that it can't 
find the path (though it works well for 3.0.4).
Here is a snippet of the error messages in log.smb with log level 4:

++ snip 
[2004/09/27 00:40:15, 4] smbd/uid.c:change_to_user(186)
 change_to_user: Skipping user change - already user
[2004/09/27 00:40:15, 3] smbd/trans2.c:call_trans2qfilepathinfo(2331)
 call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2004/09/27 00:40:15, 3] smbd/trans2.c:call_trans2qfilepathinfo(2353)
 call_trans2qfilepathinfo: SMB_VFS_STAT of cmd.exe failed (Datei oder 
Verzeichnis nicht gefunden)
[2004/09/27 00:40:15, 3] smbd/error.c:error_packet(94)
 error string = Datei oder Verzeichnis nicht gefunden
[2004/09/27 00:40:15, 3] smbd/error.c:error_packet(118)
 error packet at smbd/trans2.c(2219) cmd=50 (SMBtrans2) 
NT_STATUS_OBJECT_NAME_NOT_FOUND
++ snip 

Does anybody have an idea of what might be the reason for this 
problem? Google did not help.

Best and thanks
Joachim

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Problems using Roaming Profiles on Win2k

2003-12-08 Thread Rui Santos
Hi,

I have set up a Samba 2.2.7a to work as a PDC for my Win2k boxes.
They can join the domain suplied by samba, and all the users
can log on to their domain but, the roaming profiles just won't
work. I'm using win2k SP4 and my smb.conf is as described bellow:

[global]
workgroup = CASA
netbios name = SERVIDOR
interfaces = 192.168.0.1/255.255.255.0 127.0.0.1/255.0.0.0
bind interfaces only = Yes
encrypt passwords = Yes
update encrypted = Yes
min passwd length = 2
map to guest = Bad User
unix password sync = Yes
log level = 3
time server = Yes
socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY
character set = ISO8859-15
logon path = 
logon home = \\Servidor\profiles\%U
domain logons = Yes
os level = 65
preferred master = Yes
domain master = Yes
wins support = Yes
admin users = rsantos
hosts allow = 192.168.0.0/255.255.255.0, 127.0.0.1/255.0.0.0
veto files = /*.eml/*.nws/riched20.dll/*.{*}/

[netlogon]
comment = Network Logon Service
path = /var/lib/samba/netlogon
write list = ntadmin

[profiles]
comment = Network Profiles Service
path = /var/lib/samba/profiles
read only = No
create mask = 0600
directory mask = 0700

Whats missing? Help !!!

Rui Santos


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Problems using Roaming Profiles on Win2k

2003-12-08 Thread Andrew Gaffney
Rui Santos wrote:
I have set up a Samba 2.2.7a to work as a PDC for my Win2k boxes.
They can join the domain suplied by samba, and all the users
can log on to their domain but, the roaming profiles just won't
work. I'm using win2k SP4 and my smb.conf is as described bellow:
I ran into this same problem when I setup my Samba domain. In my case, my profiles dir had 
the permissions 755, which of course denied write permission to anyone except root. I just 
made my profiles dir 766 which allows the user's profile dirs to be created.

--
Andrew Gaffney
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Problems with Roaming Profiles under Win2k SP3

2002-10-14 Thread Gerald Carter

On Sat, 12 Oct 2002, David F. Severski wrote:

 I'm having a problem wtih 2.2.6pre2 that I seem unable to resolve.  When 
 logging out of my Win2K SP3 machine, I receive the error Windows cannot 
 update the roaming profile.  The system cannot find the file specified.
 
 
 [profiles]
 path = /usr/local/samba/profiles
 browseable = no
 guest ok = yes
 create mask = 0700
 directory mask = 0700

Is this a typo or is your [profiles] share really read-only?






cheers, jerry
 -
 Hewlett-Packard http://www.hp.com
 SAMBA Team   http://www.samba.org
 --http://www.plainjoe.org
 SAMS Teach Yourself Samba in 24 Hours 2ed.   ISBN 0-672-32269-2
 --I never saved anything for the swim back. Ethan Hawk in Gattaca--

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] Problems with Roaming Profiles under Win2k SP3

2002-10-12 Thread David F. Severski
I'm having a problem wtih 2.2.6pre2 that I seem unable to resolve.  When 
logging out of my Win2K SP3 machine, I receive the error Windows cannot 
update the roaming profile.  The system cannot find the file specified.

Checking the archives and google brings up several references to errors 
around the copying of ntuser.dat from the local machine, to a temporary 
file on the server, and then using that temp file to replace the old 
ntuser.dat, with this error typically occuring in the last step.  None of 
these seem to suggest a resolution though.

Tweaking the log level and UserEnvDebug haven't turned up any usefull 
information.  Changing oplocks, nt acl support, and permissions on the 
profile directory has also been unsuccesfull.

The Samba server is running on FreeBSD 4.7 and has the following config 
file:

[global]

log level = 3
oplocks = no
workgroup = DEADHEAVEN
server string = Geoff Server
hosts allow = 192.168.0.


load printers = yes
printcap name = cups
printing = cups
log file = /var/log/log.%m
max log size = 500
security = user

encrypt passwords = yes

socket options = TCP_NODELAY

interfaces = 192.168.0.1/24

domain master = yes
preferred master = yes
domain logons = yes

logon path = \\%N\profiles\%U
wins support = yes
dns proxy = no

[homes]
   comment = Home Directories
   browseable = no
   writeable = yes

[netlogon]
   comment = Network Logon Service
   path = /usr/local/samba/lib/netlogon
   guest ok = yes
   writeable = no
   ;share modes = no


[profiles]
path = /usr/local/samba/profiles
browseable = no
guest ok = yes
create mask = 0700
directory mask = 0700

[printers]
   comment = All Printers
   path = /var/spool/samba
   browseable = no
   use client driver = yes
   public = yes
   guest ok = yes
   writeable = no
   printable = yes
   printer admin = root

[print$]
comment = Printer Drivers
path = /usr/local/samba/printers
guest ok = no
browseable = yes
read only = yes
write list = root

Any assistance or pointers would be greatly appreciated.

David
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba