similar to: Authenticating against ActiveDirectory - can't read userPassword/unicodePwd?

Displaying 20 results from an estimated 1100 matches similar to: "Authenticating against ActiveDirectory - can't read userPassword/unicodePwd?"

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
2010 Feb 13
2
Dovecot+Postfix+Maildir with ActiveDirectory userbase
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, has anyone implemented a mail server with maildir, Postfix and Dovecot using Active Directory ad userbase and password authentication? Do I need Samba to authenticate users? Can I use credential caching just like mysql? Ciao, luigi - -- / +--[Luigi Rosa]-- \ This morning at breakfast, I noticed that Kellogg's have put a helpline number
2009 Jul 29
1
Batch computer account creation
I'm looking for a way to batch create a list of computers accounts in Active directroy running on Windows 2000 PDC. I tried to use perl ldap to create those objects but I didn't manage to set the sAMAccountType to "805306369" ( apparently this is a read only auto generated value) Is there any way to do that under Linux ? Thanks, Thomas #! /usr/bin/perl use strict; use
2011 Jul 31
2
memory problem; Error: cannot allocate vector of size 915.5 Mb
Dear all, I am trying to make some matrix operations (whose size I think is smaller than what R allows) but the operations are not feasible when they run in one session but it is feasible if they run separately while each operation is totally independent of the other. I run the code in one session the error that appears is: Error: cannot allocate vector of size 915.5 Mb R(16467,0xa0421540)
2017 Mar 22
2
last_login LDAP - killed with signal 11 (core dumped)
Hi I am trying to configure the last_login plugin with LDAP dictionary which is causing dict service to crash. Not sure if this is a bug or some configuration parameter I'm getting wrong? Running latest dovecot but was having the same problem in earlier version 2.2.25 # dovecot --version 2.2.28 (bed8434) I have configured dovecot like so: dovecot.conf (before conf.d/*.conf: dict {
2023 Nov 05
2
LDAP_MATCHING_RULE_IN_CHAIN no longer working after upgrade?
I'm quite confused by this one, as I can't see how this would happen.. but after upgrading my DCs from 4.11.10 to 4.18.5, LDAP searches don't seem to work if they use the :1.2.840.113556.1.4.1941: modifier, aka LDAP_MATCHING_RULE_IN_CHAIN. (Yes, it was a fairly big version jump.. Yes, I should have upgraded much earlier.. Yes, I know 4.19.x is out now as well) Here's a search that
2009 Oct 13
1
config.action_controller.session[:secret] vs protect_from_forgery :secret
What I want to do is share the same session across many Rails applications. All of them are using Rails 2.2.2. I know that, to share the session, it''s (supposedly) just a matter of sharing the same key and secret among the apps, like this: config.action_controller.session = { :session_key => ''_apps_session'', :secret =>
2014 Jul 24
1
Samba and ActiveDirectory authentication
Hi all I'm interesting in using Samba shares with Microsoft AD in following way: I would like to set up my shares on Samba 3.6.3, authenticate Windows users via ActiveDirectory and have users/groups access to those shares configured in ActiveDirectory (not in smb.conf). Is that possible? I did fair amount of research but I could not find enough information or tutorial how to do it. Do I need
2017 Mar 20
2
Samba 4.2X as a member server in ActiveDirectory functional level 2016 domain
Can Samba 4.2.X work as a member server in a Windows server 2016 activedirectory domain? I am using Samba member servers in Windows 2012R2 domain and would like to know if I can upgrade the domain to functional level server 2016 without breaking Samba. Thank you in advance for any help, -- --Moby
2017 Mar 20
1
Samba 4.2X as a member server in ActiveDirectory functional level 2016 domain
Hello. Yes, it is possible. 2017-03-20 13:19 GMT-03:00 Moby <list at mobsternet.com>: > Thanks Edson, so the Samba member server will work fine even if we > increase the activedirectory domain functional level to 2016? > > Regards, > --Moby > > > On 3/19/2017 21:10, edson wrote: > > There is no problem if the samba server is a member server. But if it is >
2017 Mar 20
2
Samba 4.2X as a member server in ActiveDirectory functional level 2016 domain
On 3/20/2017 04:13, Rowland Penny wrote: > On Sun, 19 Mar 2017 19:28:37 -0500 > Moby via samba <samba at lists.samba.org> wrote: > >> Can Samba 4.2.X work as a member server in a Windows server 2016 >> activedirectory domain? I am using Samba member servers in Windows >> 2012R2 domain and would like to know if I can upgrade the domain to >> functional level
2005 Jul 14
0
[Fwd: Re: Dovecot and ActiveDirectory]
Oops! Thought I'd CC'd this to the list. Sorry, Oliver! Chris -------- Original Message -------- Date: Wed, 13 Jul 2005 20:09:35 +0100 From: Chris Wakelin <c.d.wakelin at reading.ac.uk> To: Jeroen Scheerder <Jeroen.Scheerder at phil.uu.nl> CC: Chris Wakelin <c.d.wakelin at reading.ac.uk> Subject: Re: [Dovecot] Dovecot and ActiveDirectory Jeroen Scheerder wrote: >
2007 Mar 21
1
ses ActiveDirectory and also Ldap and Kerberos.
Hi i'm student and my final project is related to Voip. I have Asterisk almost fully configured. The next step is to accept login of users, that data is in Universitys database which uses ActiveDirectory and also Ldap and Kerberos. It's possible? I don't want authentications in sip.conf, but in other remote database. The problem is i don't have ideas how to start with. I would
2004 Feb 11
0
Problem with integration samba in a domain with ActiveDirectory 2003
i need help about sending encrypted passwords in konqueror with samba. when i made this in command line it works very fine but if i want to do that in konqueror it send only plain passwords. I've got samba 3.0.0.15 and the computer is member of a domain with ActiveDirectory 2003. Thanks
2014 Sep 29
0
ActiveDirectory authentication failures with pam_winbind on SuSE 11
Hi, Facing issue with the authenticating users against Windows 2008 ActiveDirectory. Joining/leaving domain and getting user and groups (id <user>, getent group <group name>) works fine. But PAM authentication through pam_winbind fails with below error. Sep 25 11:02:15 host sshd[74473]: pam_winbind(sshd:auth): getting password (0x00000390) Sep 25 11:02:15 host sshd[74473]:
2010 Apr 30
0
CTDB + Samba + Winbind + ActiveDirectory
I am attempting to configure a Samba cluster using DRBD and CTDB. I am currently having some issues with winbind. Everytime I start winbind or attempt to join my server to the domain the machine stalls and the ctdb error log is filled with the following: 2010/04/30 14:49:59.367076 [ 8394]: server/ctdb_control.c:445 Unknown CTDB control opcode 119 I have not been able to find a description of
2011 Oct 25
0
ACL with ActiveDirectory@Groups **UP**
************ I added : acl check permissions = False veto oplock files = /*.doc/*.docx/*.xls/*.xlsx/*.pptx/*.ppsx/*.ppt/*.pps but still doesn't work. ************* > Dear All, > > I have problem with this smb.conf share section > (I'm not samba admin, but I know this configuration) > > smb.conf 3.5.8 > > ################### > [AD-test-acl] > comment
2016 Sep 02
0
Cooperation with the samba and the Windows ActiveDirectory
Hi Takano, You wrote: ※The direction of the trust Samba server → Windows server Which should mean, according to some MS book sitting on my desk, that you want Samba domain to trust MS domain. In the Samba FAQ, here: https://wiki.samba.org/index.php/FAQ#Does_Samba_support_trust_relationship_with_AD.3F you can read "Samba can be trusted, but can't trust yet." According to that, if
2017 Mar 22
1
last_login LDAP - killed with signal 11 (core dumped)
On Wed, Mar 22, 2017, at 01:04 AM, Aki Tuomi wrote: > > On 22.03.2017 10:03, Leon Kyneur wrote: > > Hi > > > > I am trying to configure the last_login plugin with LDAP dictionary > > which is causing dict service to crash. Not sure if this is a bug or > > some configuration parameter I'm getting wrong? > > > > Running latest dovecot but was
2011 Oct 14
1
ACL with ActiveDirectory@Groups
Dear All, I'm new on this group.Greetings to all. I have problem with this smb.conf share section (I'm not samba admin, but I know this configuration) smb.conf 3.5.8 ################### [AD-test-acl] comment = AD-test-acl path = /fs-e/AD/group/AD-test-acl read only = No create mask = 0770 directory mask = 0770 inherit permissions = Yes