Displaying 16 results from an estimated 16 matches for "azer".
Did you mean:
aper
2007 Jan 17
1
Machine account in Users home
...s my home directory
[cat@itbox CAD]$ ls -l
total 20
drwx------ 3 ad01$ Domain Computers 4096 Jan 17 17:57 ad01_
drwx------ 3 administrator Domain Users 4096 Jan 17 17:59
administrator
drwx------ 3 cat Domain Users 4096 Jan 17 18:07 cat
drwx------ 4 mina.azer Domain Users 4096 Jan 17 17:57 mina.azer
drwx------ 3 vdc2$
as u can see the first and last item are machine accounts .. is that right??
smb.conf
[global]
security = ADS
workgroup = CAD
realm = CAD.TESTDOMAIN
netbios name = itbox
preferred mast...
2007 Jan 15
2
Auto Create user home directory
...n i create a
user with active directory.
Thanks for you help
___________________________________________________________________________________________________________________________________________
I removed the "valid users = %S" and it worked - Thanks for you help
On 1/15/07, M Azer <azermina@gmail.com > wrote:Hello all,
I am running samba-3.0.23c-2 on Redhat 3 enterprise as ADS. I am able to see
the windows users and groups with wbinfo.
[root@itbox /]# getent passwd windowuser
windowuser:*:10000:10002:windowuser:/home/CAD/windowuser:/bin/bash
when i log to the networ...
2006 Nov 22
3
new to samba question
Hello all,
I am using samba 3.0.10 on redhat. I am getting the following error when i
run "testparm" eventhough i have a "smbpasswd" file.
[root@localhost samba]# testparm
Load smb config files from /etc/samba/smb.conf
Processing section "[homes]"
Processing section "[public]"
Loaded services file OK.
ERROR: the 'unix password sync' parameter is
2007 Feb 06
3
CentOS samba upgrade
Centos samba version is 3.0.10 which is the package that comes with the
disto - is the only way to upgrade to the latest samba 3.0.24 is to
recompile the samba source? I have tried "yum update samba" however it says
3.0.10 is the latest so i downloaded 3.0.24 and tried rpm -Uvh or yum
localinstall but i get the following dependency errors
to # yum install
2007 Jan 05
2
Kerberos and PAM
I am new to samba. I followed the docs on samba.com to configure samba as
"domain member", security = domain, and to user winbind to authenticate
users against windows 2003 AD. well, my question is the steps mentioned the
use of PAM to do the authentications against the AD but it doesn't work - do
I also need to configure kerberos for this type of installation?
[root@itbox john]#
2006 Dec 01
1
XP client doesn't save/retain share passwords
I am using xp pro SP2 to map a share on samba 3.0.10/redhat enterprise4 - i
choose to reconnect as different user + reconnect at logon it works fine
however when i reboot the xp machine it loses the password to the share and
i have to re-enter it again.
is this a normal behavior? did anyone come across something like that?
Thanks
2007 Jan 04
1
how do i tell winbind to use PAM
quick question how do i tell winbind to use PAM to authenticate user against
03 AD?
vi /etc/pam.d/samba
#%PAM-1.0
auth required pam_nologin.so
auth required pam_stack.so service=system-auth
auth required pam_winbind.so
account required pam_winbind.so
account required pam_stack.so service=system-auth
session required pam_mkhomedir.so
2007 Jan 19
1
Assign different shells to
I have Samba 3.0 running on SuSE 9.0 using winbindd to
authenticate my users. Everthing works properly. I
have set the template shell for winbind to /bin/false
as I don't want to give everyone shell access to the
server.
However, there are some users that require shell
access. How can I set a real shell for those domain
users that need a shell on the machine ? What's the
procedure for
2006 Dec 21
1
Could not authenticate user user%password with plaintext password
Hello,
I am new to samba however i am trying configure samba to attach to 2003 AD
as ADS which worked ok however i am getting this error message:
[root@linux user]# wbinfo -a user%password
plaintext password authentication failed
error code was NT_STATUS_ACCESS_DENIED (0xc0000022)
error messsage was: Access denied
Could not authenticate user user%password with plaintext password
2007 Jan 16
1
hostname and IP
Hi people!!
i'm using samba with ADS authentication mode. when i try access the
server samba, from windows, using hostname(\\serversamba) is showed a
authentication screen, I enter my username and password, but isn't
accepted.
but when i try access via IP(\\192.168.1.1) all works. samba make the
authentication with my username and password in AD(win2k box) . Why?
sometimes this
2007 Jan 26
3
Multiple Filesystems on one path stmt in smb.conf
Can the path statement in the smb.conf contain two entries as in the example
below:
path = /u04/abcdef /u03/xyz
What I want to do is to essentially have 2 filesystems be part of one share
so that the windows users would see all the sub-directories of filesystems
/u04/abcdef and /u03/xyz
2007 Jan 23
7
access users homes share
hey list,
we are currently migrating our users from novell to samba. now we have one problem: in novell we could give e.g. user1 access to users2 home share so he could modify, delete or add files on this share. in samba we defined a global homes share that is mapped on logon. so how can we give user1 the needed rights?
here is the definition of the homes share in smb.conf:
[homes]
2006 Oct 24
0
Backup Exec 10.0 & Samba samba-3.0.6-2.3E
Hello all,
I have a quick question. the backup software, EXEC 10, does not change the
archive bits on Samba share. so when we ran our Full back up it was fine and
it was suppose to change the archive bits then when we ran our *incremental
back it ran a full back because the archive bits didn't change.*
Have anybody run into the same issues. Any suggestions will be greatly
appreciated.
2007 Jan 04
0
Winbind/samba domain logon
Hello all,
I am setting up samba 3.0.23c as a domain member of win2003 active
directory- the following steps were successful:
1-join the domain (Joined domain CAD)
2-nmbd, smbd and winbindd were started fine
3-edited nsswich.conf
a-passwd files winbind
b-group files winbind
4-wbinfo -u and -g worked fine i could see the users and the groups as well
as getnet passwd
2007 Jan 15
0
NT_STATUS_UNEXPECTED_NETWORK_ERROR
Hello all,
I am running samba-3.0.23c-2 on Redhat 3 enterprise as ADS. I am able to see
the windows users and groups with wbinfo.
[root@itbox /]# getent passwd windowuser
windowuser:*:10000:10002:windowuser:/home/CAD/windowuser:/bin/bash
when i log to the network with one of the xp client machine i see home share
as well as a public share but i get access denied to both even after giving
the
2007 Jan 17
0
user home dir
I still can't create the user home directory while creating the user account
under win2003 AD. once i put the path in for the home directory
"\\server\%username%" i get "the home folder could not be created because:
the network name cannot be found"
I am sure somebody must came across creating users home before - can anybody
help please
smb.conf
[global]
security =