Displaying 20 results from an estimated 6000 matches similar to: "Re: RE pdb_ldap.c, ldapsam_add_sam_account, existing poxisaccount"
2003 Oct 07
1
userGroupRid and groupmapping
Hi !
When I create a user with samba-ldap tools, the userRid is calculated if
the -x option is set.
The userGroupRid is calculated too.  But is the groumapping is enabled, the
SambaPrimaryGroupSID not correspond with SambaSID of groupmapping
Example :
Groupe "Domain Users" :
gidNumber 100
displayName    Domain Users
objectClass    sambaGroupMapping
sambaSID 
2005 Jun 04
3
smbldap-tools and joining workstation to domain
Hi,
I've reported this before but I guess I'll have to do it again, since 
it's not fixed yet or I'm understanding something wrong here.
The problem is that smbldap-useradd -w 'machinename' will add only 
posixAccount entrys into ldap but it should add both posixAccount and 
sambaSAMAccount entrys.
So if one doesn't add correct machine account entrys manually to ldap
2003 Nov 07
2
Réf. : Net groupmap fails
Stephanie,
Thank you for your help. I tryed what you suggest but no luck.. I get
this:
root@lnxsrvr2:~# /usr/local/samba/bin/net groupmap add ntgroup="Domain
Admins" unixgroup="Domain Admins" rid=512
Can't lookup UNIX group Domain Admins
Is there something with initial compiling samba 3.0.0 that would disable
this? All the documentation that I've seen makes it look so
2008 Apr 01
2
smbldap-useradd -w won't create machine account
I can't get smbldap-useradd to add the sambaSamAccount workstation 
attributes. For example:
smbldap-useradd -w 'test_machine$'
# test_machine$, People, desktop.hmdc.harvard.edu
dn: uid=test_machine$,ou=People,dc=desktop,dc=hmdc,dc=harvard,dc=edu
objectClass: top
objectClass: account
objectClass: posixAccount
cn: test_machine$
uid: test_machine$
uidNumber: 1010
gidNumber: 515
2007 Oct 17
2
problem with kernel oplock
Hi,
We test a software called Safekit.
This software permit to have a replicated FS and can start some apps from 
a particular script.
We use this startup script for starting SaMBa. 
We make this test : 
NODE1 : Samba not actif (SECOND)
NODE2 : Samba is running (PRIM)
open a file with samba and modify it
make swap
I try to save and no possible to save, but if I close the file and reopen 
it it
2007 Oct 23
3
Script work fine on sheel, but no on a cron job
Hi,
I make a script which make some call of rsync to connect to a rsync 
daemon.
When I run on a shell, the script work fine.
When I run this scripts from a cron-job, the script fail with theses 
messages : 
rsync: failed to connect to remote-node: Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(94)
What's happen ?
thanks
        St?phane
2008 Jul 30
5
move_driver_to_download_area: Unable to rename samba3.2
Hi,
I try to install a new driver on my print$ share using APW and I have this 
message : 
  move_driver_to_download_area: Unable to rename [W32X86/HPDCMON.DLL] to 
[W32X86/3/HPDCMON.DLL]
I have exacltly the same configuration (smb.conf, acl et right) than my 
older server.
Could anyone answer to me and help me ?
        St?phane
-----------------------------------
St?phane PURNELLE         
2005 Jan 24
1
RE More help on ACL problemplease...anyone...anyone...Bueller?
Extract of smb.conf :
valid users (S)
      This is a list of users that should be allowed to login to this
      service. Names starting with '@', '+' and '&' are interpreted using
      the same rules as described in the invalid users parameter.
      If this is empty (the default) then any user can login. If a username
      is in both this list and the invalid
2008 Apr 28
1
Planning to start a new server
Hi,
I have a samba server which act as file/print/wins server and PDC with 
ldap backend & ACL support  (samba-3.0.23).
I plan to start a new server which replace the old one.
My question is about the samba version, my first advice is the use 
samba-3.0.28a.
But maybe is preferable to wait samba 3.2.0.
What type of bugs samba-3.0.28a have ?
The new sever will act as samba/print server and
2003 Nov 17
1
Changing password on w2k server
Hello,
I use a server with samba 3.0.0 (with acl-support) and LDAP backend (RedHat
8.0 with XFS) .
For test, I set to "0" the attribute :
sambaPwdCanChange and sambaPwdMustChange
When the user would like to logon, the computer propose to change password.
If the user says "Yes", the w2k client display a dialog box with username,
the domain name, the old password.
After the
2003 Oct 31
2
a share with a dot
Hi,
I created a share with a dot.
["corman.pub"]
     comment = corman.pub
     path = /rsrv/data1/corman.pub
     read only = No
     inherit permissions = Yes
     inherit acls = Yes
testparm says "no problem", but when i try to acces to this share, I have a
window wessage : "could not find network name " and in the log :
[2003/10/31 12:08:50, 0]
2003 Dec 04
1
Réf. : Re: SAMBA Groups and Permissions
I confirm that Malte M?ller says.
If you want to set multiple group acces, you must use ACL.
the valid user parameter in smb.conf force the right of directory but the
unix right is only for group user.
-----------------------------------
St?phane PURNELLE                         stephane.purnelle@corman.be
Service Informatique       Corman S.A.           Tel : 00 32 087/342467
             
2003 Jun 04
1
Réf. : Retry: RedHat, XFS, and ACL Support
Hi
Could you list the RPM you have installed dor ACL support
-----------------------------------
St?phane PURNELLE                         stephane.purnelle@corman.be
Service Informatique       Corman S.A.           Tel : 00 32 087/342467
                                                                                                                                                     
    
2004 Mar 02
1
Réf. : Re: using a master ldap server and a slave ldap server for one samba server
What's means, can I have some problem with this configuration ?
Or it's just a speed problem ?
St?phane
                                                                                                                                       
                      John H Terpstra                                                                                                  
            
2004 Mar 26
1
Réf. : add machine script wont add Postfix account
Hi!
I have the same problem with my PDC.
Work fine:
Modify the script for add samba attribute ( three lines)
Execute manually the entry (with smbldap-useradd.pl -w machine1)
Try to join the domain
Don't work  :
Samba call the smbldap-useradd -w %u and the script is not modified.
I use samba 3.0.2a RH 8.0 openldap 2.1.25
-----------------------------------
St?phane PURNELLE               
2014 Feb 24
2
URGENT: big problem with displayName.
Hi,
Sorry for my urgent request, but we have a problem with user who have 
strange displayname 
Yesterday (23/02/2014), we do a classic-upgrade from a ldap tree to a DC 
server.
But user with accent have bad displayName and maybe cause problem when 
user try to connect to her computer.
I'm unable to change displayName by ADUC, ldbmodify or ldbedit.
GENSEC backend 'gssapi_spnego'
2008 Aug 29
1
panic actions on samba 3.2.2 (also)
Hi,
My server sent me some panic actions.
From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf [2008/08/29 
15:11:23, 0] lib/fault.c:fault_report(44) 
=============================================================== 
[2008/08/29 15:11:23, 0] lib/util.c:smb_panic(1663) PANIC (pid 24872): 
internal error [2008/08/29 15:11:24, 0] lib/util.c:log_stack_trace(1767) 
BACKTRACE: 41 stack frames: #0
2009 Feb 16
2
A beautiful panic action
Trying to add a new driver using add printer wizard.
A panic action occur : 
  m403 (10.217.5.209) connect to service print$ initially as user spu 
(uid=0, gid=221) (pid 8619)
[2009/02/16 10:40:35,  0] lib/fault.c:fault_report(40)
  ===============================================================
[2009/02/16 10:40:35,  0] lib/fault.c:fault_report(41)
  INTERNAL ERROR: Signal 11 in pid 8619 (3.2.4)
2005 Feb 01
2
forcing a file to have the same uid from parent directory
Hi,
I have a little problem, sometimes the administrator must put a file in  a
home directory.  But the owner of this file is root, not the user which
have the home directory.
Example :
/rsrv/data1/home/toto   toto  Utilisateurs            0700
      + toto.id   root  Administrateurs         0700
      + fichier.xls     toto  Utilisateurs            0700
I would like to kown how I set up my
2010 May 10
7
Samba memoeur usage and IPC$
Hi all,
I have a question about memory usage and IPC$ share.
I'am auditing the swap usage of my server because I already have a problem 
with a full swap.
I see that the smbd process take < 200Mo on swap : 
Example : 
PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
24429 lge       15   0  197m  39m  14m S  0.3  1.0   0:15.17 smbd 
but some process use more than 200Mo