search for: ldaptool

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

Did you mean: ldaptools
2018 Mar 27
3
remote password change, if password is expired
Hi, if you like to write something on your own using PHP you can use this library: https://github.com/ldaptools/ldaptools Then ask the users on the webpage for their username and password and bind with it to the LDAP. Then you've to send an delete request of the unicodePwd field with the old password and then an add request with the new password. Both requests have to be in one query otherwise samba i...
2003 May 29
2
edirectory and samba
Essentially, at this point my head is about to explode. I have been able to update the most recent samba-nds.schema from the LDAP CVS at samba.org. And I can add posixAccount users with the LDAPTools. But I cannot add anyone as a sambaAccount (./smbldap-useradd -a "username"). Each time, it adds the posixAccount portion to eDirectory, and then failes the sambaAccount add portion. Is there ANYONE who has some experience using the LDAPTools from IdealX with eDirectory? Anyone at all?...
2018 Mar 27
3
remote password change, if password is expired
Hi, we have a couple of users which "forget" to change the passwords even if they get an reminder. Normally we tell them to use a windows machine, where you can change your password if it's expired. But how can a remote user change his password if it's expired ? Is there any secure solution for this  ? -- Bye, Peer
2018 Mar 27
1
remote password change, if password is expired
...uesday, March 27, 2018 3:44:18 PM To: samba at lists.samba.org Subject: Re: [Samba] remote password change, if password is expired Mandi! Waishon via samba In chel di` si favelave... > > if you like to write something on your own using PHP you can use this library: > https://github.com/ldaptools/ldaptools > Then ask the users on the webpage for their username and password and bind with it to the LDAP. > Then you've to send an delete request of the unicodePwd field with the old password and then an add request with the new password. Both requests have to be in one query otherwise...
2018 Mar 27
0
remote password change, if password is expired
Mandi! Waishon via samba In chel di` si favelave... > > if you like to write something on your own using PHP you can use this library: > https://github.com/ldaptools/ldaptools > Then ask the users on the webpage for their username and password and bind with it to the LDAP. > Then you've to send an delete request of the unicodePwd field with the old password and then an add request with the new password. Both requests have to be in one query otherwise...
2012 May 09
1
: Server's root name change when log-in
...er present in the ldap could (with login and password) log on in the domain, access shares etc ... ldap schema : ou=people ou=group ou=temppeople ou=tempgroups ou=systeme Samba is well configured with libpam-ldap, libnss-ldap, smb-ldaptools and the file /etc/nsswitch.conf with passwd files ldap group files ldap shadow files ldap When using getent passwd, the server get all the users of the ldap. But, ( and their is the problem ) : when trying to join the machine to the domain, how do i say to samba that only my users in ou = sy...
2003 Nov 11
2
Samba 3.0.0 - LDAP Authetication trouble
For quite some time I am trying to get samba 3.0.0 woring with an LDAP backend. The latest problem I have is that user authenticaltion doe not work. The passwords are right, added them with the ldaptools from the samba source, I can browse the ldap server, samba aslo can successfully search (see logfile level 10 below), but just no successfull password verification. I aslo attached my smb.conf, there is (I know..) probably some incorrect stuff in there, but asfik not related to authentication. I...
2015 Jan 31
1
samba4: cleaning up deleted DNS objects
...ANJORDAN,DC=NL.ldb > -rw------- 1 root root 656M Jan 31 09:53 > DC=DOMAINDNSZONES,DC=JNET,DC=HERMANJORDAN,DC=NL.ldb.before > > So it actually doubled in size (huh?) > > Did you do something like that? Did it work out or create all kinds of issues? > > Did you use ldbtools or ldaptools? Any (other) tips? > > Thanks a lot in advance, > > Bram Matthys > System-/Network administrator > Montessori Lyceum Herman Jordan > > PS: In case you wonder why I haven't updated Samba. I will soon. I already > did a test upgrade and it did not delete these objects....
2016 Jan 11
2
Access Samba4 ldap
Hi, I have some doubts about how to manage Samba4 LDAP. I'm trying to access with LdapAdmin, but i don't know the default user and password. Have a way to access internal ldap with LdapAdmin or other tool? How can i connect samba4 with a external ldap server? Regards, João Marcos
2017 Sep 18
0
Help win10 join
...t. testparm - Syntax check the configuration file. time - Retrieve the time on a server. user - User management. For more help on a specific subcommand, please type: samba-tool <subcommand> (-h|--help) You can also do most of these things from Windows. You can use the ldaptools (ldapsearch etc) against the database, but Samba comes with ldbtools which work in much the same way. I think however, you may be concerned about extending the schema for things like email, all of this is possible. So, next question ? Rowland
2012 Apr 26
0
Smaba : name of root change
...login and password) log on in the domain, access shares etc ... ldap schema : ou=people ou=group ou=temppeople ou=tempgroups ou=systeme Samba is well configured with libpam-ldap, libnss-ldap, smb-ldaptools and the file /etc/nsswitch.conf with passwd files ldap group files ldap shadow files ldap When using getent passwd, the server get all the users of the ldap. But, ( and their is the problem ) : when trying to join the machine to the domain, how do i say to samba that only my users in ou = sy...
2014 Oct 15
1
Performance tuning of Samba4.1 LDAP CRUD operations
Hi, I would like to accelerate CURD operation of LDAP. Please let me know a tuning setup of OS or Samba. Although I am performing shift verification to Samba 4.1.12 from OpenLDAP 2.3, the CURD operation using a LDAP interface becomes 1/10 or less speed compared with OpenLDAP. Although this OpenLDAP is performing an optimized tuning setup, Samba is in the default state immediately after carrying
2015 Nov 18
0
Cannot chown file to active directory user/group on member server
..., you added, inside the range you set in the domain member smb.conf ? > > How can I list all the IDs already assigned on the member server? They aren't assigned on the member server, they are assigned in AD. You could write a short script to extract the uid/gidnumber attributes using ldaptools or ldbtools. > > Why was there already a gid assigned for "Domain Admins" and "Domain > Guests" but not for "Domain Users" ? They haven't, they have a xidNumber from idmap.ldb > > What does "Unwilling to Perform" mean? Basically what...
2015 Nov 18
2
Cannot chown file to active directory user/group on member server
On Wed, Nov 18, 2015 at 6:00 AM, Rowland Penny <rowlandpenny241155 at gmail.com > wrote: > On 18/11/15 10:27, Jeff Dickens wrote: > >> >> >> On Nov 18, 2015 4:35 AM, "Rowland Penny" <rowlandpenny241155 at gmail.com >> <mailto:rowlandpenny241155 at gmail.com>> wrote: >> > >> > On 17/11/15 23:09, Jeff Dickens wrote:
2005 Nov 30
0
samba /openldap error message
...in,dc=com ldap ssl = no ldap timeout = 5 ldap user suffix = ou=Users idmap backend = ldap:ldap://127.0.0.1 idmap uid = 10000-20000 idmap gid = 10000-20000 cups options = raw strict locking = No ############################ /etc/smb-ldaptools/smbldap.conf : # Put your own SID # to obtain this number do: net getlocalsid #SID="S-1-5-21-3539048750-1157598893-2851086582" SID="S-1-5-21-156160902-2346300862-1257751979" ########################################## # LDAP Configuration #################### # Ex: slaveLDA...
2017 Sep 14
13
Help win10 join
Hi, i have a LDAP+Kerberos+nfs+samba server and Windows 7 workstation joined to domain now i have some new workstation to join samba AD, but unable to join them i try and try many solution, but no success need some help
2004 Oct 06
11
find_window_by_xxx doesn''t find Gauge or BitmapButton
I''m fairly new to the Ruby world, particularly WxRuby, so please forgive me if this is ground that''s been covered in the past. I''m trying to load a frame from an XRC file (created using DialogBlocks), and I''m having trouble getting an instance of the Gauge object using the Wx::Window.find_window_by_xxx methods. I''m trying this on Windows XP,