similar to: Samba4: programmatic account creation via LDAP (unicodePwd)

Displaying 20 results from an estimated 900 matches similar to: "Samba4: programmatic account creation via LDAP (unicodePwd)"

2005 Mar 04
3
Missing rpms for samba-ldap script
I was pointed to: http://web.vcs.u52.k12.me.us/linux/smbldap/ As an effective script to get samba/ldap configured for a PDC. It is written for Fedora 3 core or the K12LTSP distro. of course I discovered this after installing the Centos distro. Now it is decision time: stay with Centos and get this working or move the the K12 distro. This setup is for the small business network in my basement
2007 May 24
2
[RFC][PATCH] Detect and handle PAM changing user name
I've implemented a patch to openssh which allows the PAM auth layer to detect if the PAM stack has changed the user name and then adjusts its internal data structures accordingly. (imagine a PAM stack that uses individual credentials to authenticate, but assigns the user to a role account). First, is the openssh community interested in this patch? Second, if there is interest in the patch,
2023 Jan 05
1
Directly setting unicodePwd - better type of hash?
On 05/01/2023 10:13, Edward Graham via samba wrote: > Hi, > > we sync our password from other system by directly setting unicodePwd in samba database file. We would like to drop the insecure hash stored in other system and replace it with something newer and more robust. > > Documentation on page
2019 Mar 28
0
Encoding problem with the unicodePwd stored into sam.ldb
On Thu, 28 Mar 2019 21:05:57 +0100 jean-yves boisiaud via samba <samba at lists.samba.org> wrote: > hello, > > I use Samba 4.9.5 on Linux Debian 9. > > I want to extract users' passwords. A lot of passwords are ok, some > are not. > > Example with a password returning an error : > # ldbsearch -H /var/lib/samba/private/sam.ldb '(primaryGroupID=513)'
2023 Jan 05
3
Directly setting unicodePwd - better type of hash?
Hi, we sync our password from other system by directly setting unicodePwd in samba database file. We would like to drop the insecure hash stored in other system and replace it with something newer and more robust. Documentation on page https://samba.tranquil.it/doc/en/samba_fundamentals/about_password_hash.html#propagating-a-password-change-from-samba-ad-to-an-openldap says "It is now
2023 Jan 05
1
Directly setting unicodePwd - better type of hash?
It works for us without problems. We would like to improve security though, so I'm looking for information whether it's possible to use different hash in samba. ________________________________ Od: samba <samba-bounces at lists.samba.org> za u?ivatele Rowland Penny via samba <samba at lists.samba.org> Odesl?no: ?tvrtek 5. ledna 2023 12:15 Komu: samba at lists.samba.org
2023 Jan 06
1
Directly setting unicodePwd - better type of hash?
No, I would (probably) not, but I consider samba better product and with it's open nature more versatile. Anyway, thank you for clarification. ________________________________ Od: samba <samba-bounces at lists.samba.org> za u?ivatele Rowland Penny via samba <samba at lists.samba.org> Odesl?no: ?tvrtek 5. ledna 2023 14:12 Komu: samba at lists.samba.org <samba at
2019 Mar 28
2
Encoding problem with the unicodePwd stored into sam.ldb
hello, I use Samba 4.9.5 on Linux Debian 9. I want to extract users' passwords. A lot of passwords are ok, some are not. Example with a password returning an error : # ldbsearch -H /var/lib/samba/private/sam.ldb '(primaryGroupID=513)' userPrincipalName unicodePwd .... # record 494 dn: CN=XXX,CN=Users,DC=YYY,DC=ZZZ,DC=fr unicodePwd:: wXQvJaSkn0gvg1POsY9Icw== uidNumber: 5110
2023 Jan 05
1
Directly setting unicodePwd - better type of hash?
On 05/01/2023 12:18, Edward Graham via samba wrote: > It works for us without problems. We would like to improve security though, so I'm looking for information whether it's possible to use different hash in samba. No, would you ask this question about Microsoft AD ? Rowland
2010 Apr 06
2
Authenticating against ActiveDirectory - can't read userPassword/unicodePwd?
Hello list, So, the application I am working on right now needs to have LDAP authentication build in, meaning that if the user enabled it, we will query about his basic data (email,pwd) on a user-setup LDAP directory. It used to work fine when I was testing with OpenLDAP. The code, essentially, is this: connection.bind(self.bind_dn,self.password)
2015 Apr 10
3
LXC and syslog seperation (/dev/log)
Hello, I'm seeing syslog messages "bleed" from the host and other LXC into the messages, maillog, secure logs of other LXCs. I'm using libvirt 1.0.0 on a host with systemd and kernel 3.9.10. Each LXC is running an older non-systemd linux distribution Is this a known issue? Is there a work around? Thank you for you time, Jim -- James R. Leu | Director of Technology | INOC
2008 Mar 30
1
smbldap-populate....maputf8 errors
Hi, I am trying to set up a SAMBA PDC using LDAP for authentication. I am using this document as a guide: http://download.gna.org/smbldap-tools/docs/samba-ldap-howto/ SAMBA and openldap are running on the same machine for R&D purposes and I am using the following software: OpenSuSE 10.3 samba-3.0.26a-3 openldap2-2.3.37-6 smbldap-tools-0.9.2 I have configured slapd.conf:
2009 Mar 04
9
samba 3.3.x vfs_acl_xattr support
>From samba 3.3.0 release notes, it seems like samba 3.3.x is at least experimenting using xattr to store NT ACL, which can eventually provide better NT ACL support. I tried similar features with samba 4.0.0 alpha6, which works very nice. Is there any plan to provide same level of NT ACL support with samba 3.3.x? If there is such plan, any targeted date for that? Thanks, Ying
2012 Dec 16
0
Bug: FXTable: programmatic deselection doesn't work as expected.
Hello Lars and company. Was working with FXTable wdiget; what I want to acomplish is that the the table is read only but full full read only, I mean: the user can''t select any cell. Well I realized that it is not possible, so I''ve tried to look for another solutions, and none of them work for me. The one which put me close to the solution was: "when the user select a cell,
2011 Nov 10
0
programmatic breakpoint for a guest?
Hi there, Sorry I''m not sure if this is the correct mailing list for this question - I already tried tools and didn''t get any replies - please let me know if I should repost somewhere else. Anyways, I''ve been using some of the API''s in libxc to look at memory of a guest using the *xc_interface functions. I was wondering - is there a way using libxc or
2010 May 19
0
Programmatic management alternatives of Xen domains
Hello all! We (my colleagues and I) want to integrate Xen into an infrastructure management platform, and would like to programmatically manage Xen domains (creating, querying, migrating, etc.). So I''ve done a small search on the "web" for a Xen API, and I''ve found the following alternatives. Alternatives (are there any other ones?): * XenApi (
2010 Feb 25
0
[LLVMdev] Programmatic compilation of C++ file into bitcode
Hi Trevor, > I'm building a static analysis tool on top of LLVM. It needs to take > in a C++ source file and have LLVM translate it into bitcode. In other > words, it basically needs to do this: > > llvmc hello.cpp -emit-llvm -O0 -S -g behind the scenes it's actually llvm-gcc that is generating the bitcode. > Except that instead of writing the bitcode to a file, it
2010 Feb 25
0
[LLVMdev] Programmatic compilation of C++ file into bitcode
On Feb 25, 2010, at 11:16 AM, Trevor Harmon wrote: > Is there perhaps some structured mechanism for retrieving the output > of an LLVM pass? That is, something better than just parsing the > output of "opt"... On rereading the opt documentation, I see: "In a few cases, it will ... generate a file with the analysis output, which is usually done when the output is meant
2010 Feb 25
2
[LLVMdev] Programmatic compilation of C++ file into bitcode
On Feb 25, 2010, at 2:28 PM, Trevor Harmon wrote: > I'm not sure how the other program can find the output, unless > of course the analyzer simply dumps the file to a hard-coded > location (/tmp?). Replying to myself again... After sifting through many of the existing transforms, I discovered that new command-line parameters can be added to opt simply by declaring them in the
2010 Feb 26
0
[LLVMdev] Programmatic compilation of C++ file into bitcode
On Thursday 25 February 2010 17:30:24 Trevor Harmon wrote: > On Feb 25, 2010, at 2:28 PM, Trevor Harmon wrote: > > I'm not sure how the other program can find the output, unless > > of course the analyzer simply dumps the file to a hard-coded > > location (/tmp?). > > Replying to myself again... > > After sifting through many of the existing transforms, I