search for: ldapusers

Displaying 20 results from an estimated 39 matches for "ldapusers".

Did you mean: ldapuser
2002 Nov 12
1
Need clarification
Hi, I'm trying to run samba 2.2.6 + OpenLDAP as user/group database ( not /etc/passwd). nss_ldap+pam_ldap is installed and working OK, as I can login using ssh, or trough console with one of ldap user. But trying to connect to samba, when samba is ran as #samba -d 2 -i I get: ... init_sam_from_ldap: User [ldapuser] does not ave a uid! pass_check_smb failed - invalid password for user
2008 Jun 25
2
/usr/bin/id behavior since CentOS 5.2 upgrade
Hi list, Since the upgrade to 5.2, when I log into my server with a ldap account I have these 2 errors messages: -bash: [: =: unary operator expected -bash: [: -le: unary operator expected After investigation, the trouble come from two scripts in /etc/profile.d: /etc/profile.d/krb5-workstation.sh /etc/profile.d/vim.sh The problem is with the test where the command "id" is involved,
2006 Apr 07
3
activeLDAP - ldap_mapping - wildcard
...of Groups work as long as the group is found directly under "groups" class Groups < ActiveLDAP::Base ldap_mapping :dnattr => ''cn'' , :prefix => ''ou=groups'', :classes => [''top'',''posixGroup''] has_many :ldapusers, :class_name => ''LdapUser'', :local_key => ''memberUid'' , :foreign_key => ''cn'' end A group can have 0 to N users and a users can be in 0 to N groups. Everything under "groups" is a group with a variable "memberUid&q...
2007 Mar 19
1
Dovecot - with LDAP auth backend
I have the following installed (1) CentOS 2.6.9-42.ELsmp (2) dovecot-1.0-3_50.rc27.el4.at, (3) openldap-2.2.13-6.4E (A) I have added the following schema into /etc/openldap/schema attributetype ( 1.3.6.1.4.1.14237.1.1.1.1 NAME 'mailquota' DESC 'The size of space the user can have until further messages get bounced.' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
2006 Mar 26
17
activeldap
Obviously I am missing something and I don''t know what it is... I am following the instructions at http://rubyforge.org/docman/view.php/381/114/activeldap_rb.html and also here... http://wiki.rubyonrails.org/rails/pages/HowtoAuthenticateViaLdap my model looks exactly like this... class LdapUser < ActiveRecord::Base ldap_mapping :dnattr => ''uid'', :prefix
2007 Mar 20
1
[Re: Dovecot - with LDAP auth backend]
Hi Timo, What I did actually was change option (D) to the following below, or do I have to remove this one altogether? plugin { quota = maildir } Then added the attribute mailquota=10240 as I had defined in my dovecot schema And when I did a tried to run getquota "" or getquotaroot inbox (via telnet localhost 143), it would return me a "no quota" message. What I am able
2013 Jul 12
2
3.5.6 to 3.6.6: session setup failed
Hi, I think that someone has the solution for my problem! ;) After i did the upgrade process in a samba server, from debian squeeze to wheezy, the new samba version (3.6.6) is not working. Searching on web, there are many causes for this error, and i dont know what is mine. I can't connect with smbclient -L host -U ldapuser, that give me error "session setup failed:
2013 Jul 31
1
LMTP: userdb lookup - user-filter with variables
I tried to use dovcots lmtp instead of dovecot-lda. postfix has in master.cf ... dovecot-lda -f ... -d ${user} to separate the user part from user at hostname.domain. So lookup of "user" succeeds in userdb (LDAP) done by dovecot-lda. I have always local addresses like to=<user at hostname.domain> postfix/lmtp[6579]: [ID 197553 mail.info] B3CDA66A16: to=<h0094slk at
2013 Feb 22
6
Samba 4 and freeradius
Hi, My goal is to make use of samba 4 and freeradius to authenticate user to use wifi network (WPA2 enterprise). The setup is to setup Samba 4.0.3 in machine A and setup freeradius in machine B. By reading: Document A: http://wiki.samba.org/index.php/Samba4/beyond Document B: https://wiki.samba.org/index.php/Samba4/HOWTO/Virtual_Private_Network Document C:
2016 Oct 05
0
The security id structure is invalid
On 10/5/16 11:17 AM, Rowland Penny via samba wrote: > On Wed, 5 Oct 2016 10:37:51 -0400 > Ron García-Vidal via samba <samba at lists.samba.org> wrote: > >> Here is some more information that could be helpful. This is the >> entry for LDAP User in ldbedit: >> >> # record 253 >> dn: CN=LDAP User,CN=Users,DC=dc1,DC=mydomain,DC=net >> objectClass: top
2016 Oct 06
0
The security id structure is invalid
On 10/5/16 11:37 AM, Ron García-Vidal via samba wrote: > On 10/5/16 11:17 AM, Rowland Penny via samba wrote: >> On Wed, 5 Oct 2016 10:37:51 -0400 >> Ron García-Vidal via samba <samba at lists.samba.org> wrote: >> >>> Here is some more information that could be helpful. This is the >>> entry for LDAP User in ldbedit: >>> >>> # record
2015 Apr 23
2
RODC User preload fails
...e problem is now that the user-preload doesn't work so that the RODC is not able to authenticate the users itself: samba-tool rodc preload <user> --server <DC1> -U Administrator Password for [AD\Administrator]: Replicating DN CN=ldapuser(...) ERROR(runtime): Error replicating DN CN=ldapusersrv2(...) - (8453, 'WERR_DS_DRA_ACCESS_DENIED')
2016 Oct 06
0
The security id structure is invalid
On 10/6/16 12:50 PM, lingpanda101--- via samba wrote: > On 10/6/2016 12:35 PM, Ron García-Vidal via samba wrote: >> On 10/5/16 11:37 AM, Ron García-Vidal via samba wrote: >>> On 10/5/16 11:17 AM, Rowland Penny via samba wrote: >>>> On Wed, 5 Oct 2016 10:37:51 -0400 >>>> Ron García-Vidal via samba <samba at lists.samba.org> wrote: >>>>
2009 Mar 01
8
puppet and LDAP users
I am trying to get puppet to manage my LDAP users but I don''t appear to be having much success. What I have in puppet.conf is this [puppetmasterd] ldapserver=ldap.myorg.company.com ldapbase=dc=myorg,dc=org ldapuser=cn=admin,dc=myorg,dc=org ldappassword=mysecret ldapparentattr=dc=myorg,dc=org I added the ldapparentattr in desperation and doubt if
2016 Oct 04
29
The security id structure is invalid
I recently upgraded Samba on my DC from a working 4.3 installation to 4.5.0. Once done, I followed the instructions here: https://wiki.samba.org/index.php/Updating_Samba#Fixing_replPropertyMetaData_Attributes and ran: samba-tool dbcheck --cross-ncs --fix --yes After that, I can no longer access the shares on this machine. I get the "Security ID structure is invalid" error above. In
2016 Oct 06
0
The security id structure is invalid
On 10/6/16 1:02 PM, Rowland Penny via samba wrote: > On Thu, 6 Oct 2016 12:35:54 -0400 > Ron García-Vidal via samba <samba at lists.samba.org> wrote: > >> On 10/5/16 11:37 AM, Ron García-Vidal via samba wrote: >>> On 10/5/16 11:17 AM, Rowland Penny via samba wrote: >>>> On Wed, 5 Oct 2016 10:37:51 -0400 >>>> Ron García-Vidal via samba <samba
2013 Mar 08
1
problems with samba upgrade from 3.5.4 to 3.6.9
Hi @ all, we use samba as a fileserver on CentOS and an OpenLDAP server on Ubuntu 10.04. The samba server shared only files, so we can access with the win7 clients (and OpenLDAP credentials) to the files on the linux environment. So after upgrade we don't can connected us to the samba share. I have tested the connection with the tool smbclient "smblcient -L <servername> -U
2012 Oct 26
1
'puppet resource user' questions
When I run "puppet resource user <ldadpuser>" I get a resource definition back for that user. However, when I run "puppet resource user" I do NOT see <ldapuser> in the list. Is this intended behavior? Is there a way to get a list of all users, whether they are ldap or local? This node is running puppet 2.7.19 on Ubuntu 12.04 against a 2.7.19 master on Ubuntu
2004 Feb 18
0
Authentication of user through Win2k to Samba PDC failed
...e = No [printers] comment = All Printers path = /var/tmp create mask = 0600 printable = Yes browseable = No [print$] comment = Printer Drivers path = /var/lib/samba/drivers write list = @ntadmin, root force group = ntadmin create mask = 0664 directory mask = 0775 [supersamba] user = @ldapusers path = /usr/local/shares/super writeable = yes comment = Samba ist Super valid users = @ldapusers [netlogon] path = /var/lib/samba/netlogon write list = root read only = yes guest ok = yes browseable = no [profiles] path = /var/lib/samba/profiles browseable = no read only = no direct...
2013 Jun 07
1
Folder permissions not working
I seem to be having a bit of a brain fade with regard to permissions in samba. I have a share with several folders owned by different groups: drwxrws--- 13 root accounts 4.0K Jun 7 12:12 Accounts drwxrws--- 16 ian accounts 4.0K Jun 7 11:24 Administration drwxrws--- 14 accounts users 4.0K Apr 22 12:05 Downloads drwxrwsr-x 7 ian users 4.0K Mar 22 13:51