search for: groupmembership

Displaying 17 results from an estimated 17 matches for "groupmembership".

2004 Sep 27
0
Problem with groupmembership of ads-user and winbind
Hello, i have a Windows 2003 ADS and a samba-3.0.7 on Debian Linux woody. with some users, i have problems to receive there complete groupmembership list with "/opt/samba/bin/wbinfo -r user1" "/opt/samba/bin/wbinfo -r user2" In the usermanagemet of ADS i see two users with the same groupmembership, but with winbind, i see different lists. The DC's are synchronized. This is the smb.conf: [global] realm = TEST.INTERN se...
2016 Sep 22
0
Samba Classic-upgrade Groupmembership error
Hi, I'm trying to upgrade samba 3.6 with openldap backend to samba 4.4.5 through samba classicupgrade process. I'm getting plenty (but not in all entries) of these errors during samba classicupgrade process: "Ignoring group memberships of 'lmecardoso' S-1-5-21-2016195122-1048547273-1752533818-749512: Unable to enumerate group memberships, (-1073741596,This error indicates
2011 Sep 15
1
Group "None" after synching to a windows machine?
...ly a sid (and the user icon has a red question mark in the bottom right corner): S-1-5-21-3080689651-386630603-1536007245-513 The only entries for this sid that can be found in the registry are all in group policy keys like: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy\GroupMembership] "Group0"="S-1-5-21-3080689651-386630603-1536007245-513" The source permissions for that file are: Everyone with full control My rsync options are: -v -rltp -z -P -h but I tried -a | or -rlt (instead of the -rltp) as well but the results for this "None" entry didn...
2002 Nov 13
1
[Samba 2.2.6] share permissions override Unix rigths?
...2.2.6 installed on Solaris 8 SPARC. Samba is authenticating users against LDAP (Netscape Directory Server 4.12) One of my directories has rights as following (using synonyms): d rwx r-x --- owner : growner VOL5 I have another user USER1 whose primary group membership is GROUP1, supplementary groupmembership GROWNER. My Samba config follows: [VOL5] path = /export/home/VOL5 valid users = +GROWNER admin users = USER1 read only = No The user USER1 ___CAN___ write to VOL5 share! although it actually DOES NOT have UNIX rights to do this!!!! All other users who are members...
2013 Aug 15
1
IMAP Proxying and SSL Certificates on OpenBSD
...ecot-ldap.conf ? driver = ldap } ? # dovecot-ldap.conf hosts = 10.0.0.2:389 dn = cn=ldapaccess,o=servercontext dnpass = secretpass auth_bind = yes ldap_version = 3 base = o=usercontext user_attrs = homeDirectory=home,uidNumber=uid,gidNumber=gid user_filter = (&(&(objectClass=Person)(cn=%u))(groupMembership=cn=SMTPsender,o=permissiongroups)) pass_attrs = cn=user,userPassword=password pass_filter = (&(&(objectClass=Person)(cn=%u))(groupMembership=cn=SMTPsender,o=permissiongroups)) ? ? Thanks in advance! ? Best regards
2018 Feb 06
2
LDAP userdb and dovecot LDA/LMTP - different requirements
...rg cn: username objectClass: Person gidNumber: uNNN uidNumber: gNNN userPassword: (somehow hashed, can only bind verification) homeDirectory: /Home/$rank/$username mailActive: 0/1 mail: usera at OneDomain mail: userb at SecDomain (not all users have 2+ addresses] uid: username groupMembership: group DN (can be multiple times for different groups) ... where: - cn = uid = expected IMAP login username (which hasn't @domain part) - user1 (and user2) isn't always same as username Now I not know, how to solve IMO diferent requirements to userdb: - LDA/LMTP need LDAP userdb unit,...
2003 Sep 19
3
error samba-3.0-rc4
...tory: /root gecos: gidNumber: 0 uidNumber: 0 displayName: System User uid: root sn: root objectClass: inetOrgPerson objectClass: organizationalPerson objectClass: person objectClass: ndsLoginProperties objectClass: top objectClass: posixAccount objectClass: uamPosixUser objectClass: sambaSamAccount groupMembership: cn=teste,ou=geral,o=suporte cn: root ACL: 2#subtree#cn=root,ou=geral,o=suporte#[All Attributes Rights] ACL: 6#entry#cn=root,ou=geral,o=suporte#loginScript ACL: 2#entry#[Public]#messageServer ACL: 2#entry#[Root]#groupMembership ACL: 6#entry#cn=root,ou=geral,o=suporte#printJobConfiguration ACL: 2#en...
2008 Aug 27
1
net rpc vampire in release 3.2.x
...he pcname which cannot work. I guess the second error comes up when the script tries to set the correct password!? Afterwards nevertheless there are machineaccount-passwords in the ldap-database but they seem wrong because machineconnects fail. everything else is flawlessly imported (users, groups, groupmemberships). i didn't change anything in the configuration which worked perfectly with vampire in 3.0.x ExampleLDAPentry of the above mentioned machine after import: ------------------------------------------------------------- dn: uid=SP1$,ou=Computers,dc=test,dc=com objectClass: top objectClass: acc...
2005 Sep 20
6
net rpc vampire / Question or Problem?
Hello list, i did a quite sucessfull net rpc vampire but one promblem remains. Everything is fine, but the user group memberships aren't restored. Only alle primary group member ships are restored. every user is in the primgrp (4126 Users). All Groups (2659) are restored including sids. but no membership is restored! I don't know why. here's my command: net rpc vampire -l -S nt4pdc
2009 Nov 17
5
has_many :through and foo.bars.include?
...r to the following example: class Group < ActiveRecord::Base has_many :group_memberships, :dependent => :destroy has_many :admins, :through => :group_memberships, :source => :user, :conditions => ''is_admin = true AND pending = false'' end class GroupMembership < ActiveRecord::Base belongs_to :group belongs_to :user end class User < ActiveRecord::Base has_many :group_memberships has_many :administrations, :through => :group_memberships, :source => :group, :conditions => "is_admin = true AND pending = false "...
2018 Feb 07
0
LDAP userdb and dovecot LDA/LMTP - different requirements
...Number: uNNN > uidNumber: gNNN > userPassword: (somehow hashed, can only bind verification) > homeDirectory: /Home/$rank/$username > mailActive: 0/1 > mail: usera at OneDomain > mail: userb at SecDomain (not all users have 2+ addresses] > uid: username > groupMembership: group DN (can be multiple times for different groups) > ... > > where: > - cn = uid = expected IMAP login username (which hasn't @domain part) > - user1 (and user2) isn't always same as username ?? What means this requirement? > Now I not know, how to solve IMO difer...
2002 Aug 20
1
PDC to LDAP migration
I'm migrating a NT4 PDC over to a Samba OpenLDAP PDC. I've migrated the user and computer accounts fine. I using pwdump and the tools from http://samba.idealx.org/, to do this. But I'm at a lose with migration of groups from NT4 PDC over to the Samba LDAP PDC. I've heard it's possible with rpcclient. Any information on how to do this would be appreciated. -Jason Yates
2005 Jan 13
2
Mapping Windows groups to Unix ones on Samba 2.2
Hi all, Now that I've got Samba 2.2.12 running correctly on that HP-UX box, I need to allow write access to a given AD domain group. What is the right way to do it on Samba 2.2? I added a group.map file in smb.conf, and a line inside that said: unixgroup = "AD Domain Group" Then in smb.conf, I put in [global]: groupname map = /etc/opt/samba/group.map And in the correct
2004 Jun 07
2
Password trouble with LDAP (eDirectory)
Hi All, I have a strange problem with passwords, stored in LDAP. When i try to logon as a user with the correct password, access is denied and the log says check_ntlm_password: Authentication for user [administrator] -> [administrator] FAILED with error NT_STATUS_NO_SUCH_USER When i try to logon a user with incorrect password, access is (of course) denied, but the log now says
2012 Dec 13
1
Migrate to samba 4 in ( relatively ) complex openLDAP environment
...facsimileTelephoneNumber gecos gidNumber givenName groupMemberShip homeDirectory homePhone host imapPort imapServer initials ipHostNumber ipNetmaskNumber ipNetworkNumber l labeledURI loginShell mail mailDomain mailenabled member memberUid mobile o objectClass orclnetdescstring orclpassword ou pager postalCode preferredLanguage radiusFilterId radiusTunnelMediumType...
2006 May 11
1
model formulation for the following ANOVA
...ffect roi: 1 ... 2 ... 3 ... 4 ... as factor, 4 levels within subjects, ie signal was recored for every subject from all brain regions (of course) fixed effect mean: as numeric the signal mean value in a given time window I arranged that data in a data.frame called roiData I want a linear model of groupmembership, condition and roi to predict the mean signal value (as all the UV are kategorial and the AV is numeric this may be called ANOVA). As a first step I want to model all possible effects and their interactions (critisism that such a theory free hypothesis testing procedure is hardly resonable aside)...
2007 Jun 11
6
Share a directory via NFS and Samba at the same time not possible
Hello Folks, i'have a problem share a directory to both unix(nfs) and windows(samba). The main problem is, that the rights are associated to winbind groups. the user in question can access the files from windows correctly and locally correctly (via su -$USER). If i mount the directory via nfs and make a su - $USER i can't write to the directory. when calling getfacl $DIR i can see, that