Displaying 9 results from an estimated 9 matches for "mysid".
Did you mean:
myid
2009 Sep 09
0
Samba update 3.0.14a to 3.2.5 -> machine needs unix account!?!
...)(objectclass=sambaSamAccount))], scope => [2]
init_sam_from_ldap: Entry found for user: machine$
pdb_set_username: setting username machine$, was
pdb_set_domain: setting domain MYDOM, was
pdb_set_nt_username: setting nt username machine$, was
pdb_set_user_sid_from_string: setting user sid S-<mysid>-7842
pdb_set_user_sid: setting user sid S-<mysid>-7842
pdb_set_group_sid_from_string: setting group sid S-<mysid>-515
pdb_set_group_sid: setting group sid S-<mysid>-515
...
...
The 3.2.5 try's to resolv the unix-account to get the group! The
pdb_set_group_sid are missing...
2007 Oct 05
1
Fwd: could not read attribute 'gidNumber' --> seems to work with ldapsearch
...Date: Oct 4, 2007 9:47 AM
Subject: could not read attribute 'gidNumber'
To: samba@lists.samba.org
Hi
I am using samba 3.0.23c on RHEL5 with security = ads. If I use "idmap
backend = ad" i can see in the logfile that it gets my uidNumber:
ad_idmap_get_id_from_sid mapped SID [S-mysid] to POSIX UID myuid
but it is not able to get my gidNumber:
[2007/10/04 09:44:17, 1] sam/idmap_ad.c:ad_idmap_get_id_from_sid(309)
ad_idmap_get_id_from_sid: ads_pull_uint32: could not read attribute
'gidNumber'
any idea?
thanks!
2005 Dec 02
1
can't mount smb shares
...= Yes
domain master = yes
wins support = Yes
name resolve order = wins lmhost hosts bcast
dns proxy = yes
max wins ttl = 518400
min wins ttl = 21600
passdb backend = ldapsam:ldap://ldapserver
ldap filter = (&(sambaSID=S-1-5-21-mysid-*)(uid=%u))
ldap admin dn = my_dn
ldap suffix = ldap_suffix
ldap user suffix = user_suffix
ldap group suffix = group_suffix
ldap machine suffix = machine_suffixe
-----
File server's smb.conf
[global]
workgroup = LETTRES
netbio...
2006 Jan 11
3
FastCgi/OCI8 problem
...lt;IfModule mod_fastcgi.c>
FastCgiIpcDir /tmp/fcgi_ipc
FastCgiServer /usr/local/<myapp>/public/dispatch.fcgi \
-initial-env RAILS_ENV=stage \
-initial-env ORACLE_HOME=/oracle/product/10.2.0/client \
-initial-env ORACLE_SID=<mysid> \
-initial-env LD_LIBRARY_PATH=/oracle/product/10.2.0/client/lib \
-processes 10 -idle-timeout 60
</IfModule>
I''ve also tried setting this variables in the VirtualHost for my app
with no luck.
Plese any ideas of any variable missing or any obviou...
2009 Jul 30
0
RODBC and Oracle
...join mdd_panfvs pan on (txn.seq_no = pan.seq_no)
inner join mdd_mccfvs mcc on (txn.seq_no = mcc.seq_no)
inner join mdd_tmzipfvs tmzip on (txn.seq_no = tmzip.seq_no)
where is_test = '%d' and is_pos = '%d' and ora_hash(txn.seq_no,%d,%d)=0"
dbConn = odbcConnect("mysid",uid="myuser",pwd="mypass",case="toupper",believeNRows=FALSE)
tfg = sqlQuery(dbConn, sprintf(sqlTxnFvs,0,0,1/sratg-1,seeds[i]))
dbErr = odbcGetErrMsg(dbConn)
All of the tables except mddsg100bp are IOT tables (index organized tables aka clustered index in MSSQL)...
2003 Aug 05
0
How does group mapping function ?
...with ldapadd, and a file containing :
dn: cn=domusers,ou=Users,dc=domain,dc=org
objectClass: posixGroup
gidNumber: 1001
cn: domusers
memberUid: foo
3) Created Unix user (foo, primary group domusers) : useradd -g domusers
foo
4) Created Group mapping : net groupmap add sid=<mySID>-513
unixgroup=domusers ntgroup="Domain Users" type=domain (then "net groupmap
list", OK)
5) Finally, created LDAP (samba) user : smbpasswd -a foo
Ok, no problem, foo gets the domain local sid + the domain users rid as
SambaPrimaryGroupSid, he IS a Win Domain User.
Here is...
2003 Aug 04
1
Group mapping... static ???
...with ldapadd, and a file containing :
dn: cn=domusers,ou=Users,dc=domain,dc=org
objectClass: posixGroup
gidNumber: 1001
cn: domusers
memberUid: foo
3) Created Unix user (foo, primary group domusers) : useradd -g domusers
foo
4) Created Group mapping : net groupmap add sid=<mySID>-513
unixgroup=domusers ntgroup="Domain Users" type=domain (then "net groupmap
list", OK)
5) Finally, created LDAP (samba) user : smbpasswd -a foo
Ok, no problem, foo gets the domain local sid + the domain users rid as
SambaPrimaryGroupSid, he IS a Win Domain User.
Here is...
2006 Mar 06
1
Cannot join domain: "The user name could not be found"
...3/06 14:49:45, 2] auth/auth.c:check_ntlm_password(307)
check_ntlm_password: authentication for user [Administrator] -> [Administrator] -> [Administrator] succeeded
[2006/03/06 14:49:45, 2] rpc_server/srv_samr_nt.c:_samr_lookup_domain(2610)
Returning domain sid for domain MYDOMAIN -> S-MYSID
[2006/03/06 14:49:46, 2] smbd/server.c:exit_server(614)
Closing connections
--8<---------------cut here---------------end--------------->8---
--8<---------------cut here---------------start------------->8---
# Global parameters
[global]
workgroup = MYDOMAIN
server string = MYDOMAIN...
2005 Aug 11
1
dovecot update ?
...====================================================
Although dovecot's port was up and running, my users still could not
read or see there folders.
It was only once I realised that when I copied and renamed my
.subscription file to subscription, did it all work.
Obviously the mistake was on myside but telling debconf to over write
the conf file, but I find it a bit weid that when on killing dovecot and
then restarting the with the old conf file, it still did not work.
To be honest, im a bit lost as to how im going to rectify this, but I
know that I want to upgrade my packages.
If you can...