similar to: Check password script

Displaying 20 results from an estimated 70000 matches similar to: "Check password script"

2016 Jun 10
4
Check password script
Yes it could be interesting. I want to use it to send the password has an API for other software. I currently use the "Store passwords using reversible encryption" to use my API. But I do not like this operation. I then use "http://ltb-project.org/wiki/documentation/self-service-password" with the " post hook" Your patch it allows you also to retrieve the user
2016 Jun 10
2
Check password script
Hi Yes, active directory Simon Le 10/06/2016 03:37, Garming Sam a écrit : > Hi, > > Are you running Samba active directory? > > > Cheers, > > Garming > > On 10/06/16 00:28, blog at lesfourmisduweb.org wrote: >> Hello >> >> I Can not run a "check password script" in smb.conf >> Somebody can you tell me if this is depecated?
2016 Jun 16
2
Check password script
interesting ! Let me take a closer look at that. I must send passwords in Office 365 and Google Apps. Currently, My script works but it requires that Samba is configured with the "Plain text Password" option. I want to change that. "Check password script" could solve my problem. "http://ltb-project.org/wiki/documentation/self-service-password" with " post
2016 Jun 10
1
Check password script
Le 10/06/2016 13:12, garming at catalyst.net.nz a écrit : > That sounds somewhat out of scope of the original parameter. A further parameter can he do this function ? > I would be > happy to explain how the patches could be modified to send the username > (possibly as the first argument to the script). It shouldn't be a > particularly difficult change, but I'd have to look
2016 Jun 17
0
Check password script
Unfortunately, there are other restrictions which disallow the use of macros in the active directory code, so it wouldn't be as simple as that. Thanks Denis for suggesting metze's branch. That might actually be the most appropriate way to solve this issue. Although there have been other ways of syncing passwords in the past, none of them are currently compatible with active directory.
2016 Jun 16
0
Check password script
Hi Simon, Le 10/06/2016 11:12, blog at lesfourmisduweb.org a écrit : > > Yes it could be interesting. > I want to use it to send the password has an API for other software. I > currently use the "Store passwords using reversible encryption" to use > my API. But I do not like this operation. I then use >
2016 Jun 10
0
Check password script
That sounds somewhat out of scope of the original parameter. I would be happy to explain how the patches could be modified to send the username (possibly as the first argument to the script). It shouldn't be a particularly difficult change, but I'd have to look a bit closer first. Cheers, Garming > > Yes it could be interesting. > I want to use it to send the password has an
2016 Nov 11
3
azure AD Connect | passwords not syncing
For my script : https://github.com/sfonteneau/script_modify_password_googleapps_and_office365 Azure AD: https://github.com/sfonteneau/script_modify_password_googleapps_and_office365/blob/master/script/office/officepassword.py Another idea: AD refuses to change a password on a clear connection. It may be the same for the consultation of the hash? Have you set up lts or ldaps with ad ? The
2016 Nov 11
2
azure AD Connect | passwords not syncing
That is a major bummer. :-( Would it work any better, if I promoted our windows 2012 server to a domain controller? Or would that have all kinds of other side-effects..? (we're currently running three dc's, all samba) One side-effect I can think of: GPO's, in a mixed samba/windows DC...? Any ideas what the requirements on the samba side would be, for samba to be able to
2017 May 11
1
Samba4 password hook
Hi Andrew, I try to understand the point of storing the hashed password. Is there any documentation I could read to help ? Thanks Simon Elbaz Le 27/04/2017 à 21:07, Andrew Bartlett a écrit : > On Thu, 2017-04-27 at 19:15 +0200, Simon ELBAZ via samba wrote: >> Hi, >> >> Sorry if this question has already been raised. >> >> I would like if there is a tool/hook
2018 Oct 23
3
Samba 4.7+ - RODC and password change support
On Tue, 23 Oct 2018 10:07:29 +1300 Garming Sam via samba <samba at lists.samba.org> wrote: > Hi, > > On 20/10/18 1:26 AM, Julien Ropé via samba wrote: > > > >  The deployment works, and computers seems to interact with the > > RODCs as they should, but sometimes computers leave the domain > > after a password change. > > > >  This seems to
2016 Nov 11
4
azure AD Connect | passwords not syncing
Hi, We setup the microsoft azure AD Connect on a windows 2012 server, to start using (testing) office 365 in the future. We're running a samba 4.4.4 AD. This all worked, in the portal.office.com admin section we can see that: > Company Name COMPANY > Domains verified 2 > Domains not verified 1 > Directory sync enabled true > Last directory sync last synced 3
2017 Apr 27
2
Samba4 password hook
Hi, Sorry if this question has already been raised. I would like if there is a tool/hook enabling to catch a Samba4 AD password change. The password change would be synchronized to an OpenLDAP userPassword attribute. Thanks for your answer Simon -- Message envoyé grâce à OBM <http://obm.org>, la Communication Libre par Linagora <http://www.linagora.com/>
2016 Mar 01
3
Segmentation Fault when trying to set root samba password, IPA as a backend
On 01/03/16 21:35, Garming Sam wrote: > Hi Rowland, > > This new segfault seems unrelated to the previous one. It's probably > something like a double free, which typically shouldn't be that hard to > fix. If you try running the tool under valgrind, it should provide > enough information to fix the issue. > > > Cheers, > > Garming > Who or what is
2010 Jan 27
1
Patch and introduction
Hi, I''m currently trying to get icalendar packaged and into Fedora and EPEL, During this process I''ve noticed that you''re currently using Gem::manage_gems in the make Rakefile, this method was depecated in rubygems 1.3.0 them removed in rubygems 1.3.3. The attached patch updates the Rakefile replacing the method with the two require calls required. Mark -- Mark
2018 Oct 23
1
Samba 4.7+ - RODC and password change support
On Wed, 24 Oct 2018 09:45:39 +1300 Garming Sam <garming at catalyst.net.nz> wrote: > > On 23/10/18 9:48 PM, Rowland Penny via samba wrote: > > On Tue, 23 Oct 2018 10:07:29 +1300 > > Garming Sam via samba <samba at lists.samba.org> wrote: > > > >> Hi, > >> > >> On 20/10/18 1:26 AM, Julien Ropé via samba wrote: > >>>  The
2016 Nov 11
0
azure AD Connect | passwords not syncing
Microsoft says: "We synchronize the password hashes" Does a samba DC have similar password hashes as a (real) windows DC? Can we somehow allow the AD Connect to access that hash? It would be SO disappointing if we really need all kinds of extra tools to make this work. :-( And Simon, would you be willing to share a bit more on your https://github.com/Azure/azure-sdk-for-python
2016 Mar 01
3
Segmentation Fault when trying to set root samba password, IPA as a backend
On 29/02/16 15:44, Rowland penny wrote: > On 29/02/16 15:11, Martin Juhl wrote: >> Ok >> >> Please post the link for the bug report.. >> >> Thanks... >> >> >> >> ----- Original meddelelse ----- >> Fra: "Rowland penny" <rpenny at samba.org> >> Til: "samba" <samba at lists.samba.org> >> Sendt:
2019 Mar 29
2
Is RODC password replication different from the windows version by design or is it a bug?
On 03/28/2019 05:32 PM, Rowland Penny via samba wrote: [...] >> Should the samba RDOC act like the windows version or is it different >> by design? >> > > Yes it should and there is a bug report for something similar already, > see here: https://bugzilla.samba.org/show_bug.cgi?id=13377 > > I know that is for members of the denied group, but the substance is
2018 Mar 19
2
Your advices regarding authentication methods compatible with S4
On Mon, 2018-03-19 at 11:55 +1300, Garming Sam via samba wrote: > Hi, > > Maybe this page might be helpful. I don't know how up to date it is, but > the expectation seems to be that it should be able to work with > alternative forms of authentication (with Kerberos PKINIT). > > https://wiki.samba.org/index.php/Samba_AD_Smart_Card_Login Yeah, I think something that