search for: newpass

Displaying 20 results from an estimated 24 matches for "newpass".

2013 Oct 03
3
[LLVMdev] A way to write new pass by keeping source and build directories separate
...ries separate, as desired. I thought I could share it with newbies like me. 0. Download LLVM source into /llvm-src and build it into /llvm-build directories. 1. Write a new pass and Makefile as mentioned in LLVM doc 'Writing a new pass'. Assume it is created in /llvm-src/lib/Transforms/NewPass directory. 2. Modify the Makefile in /llvm-src/lib/Transforms directory by adding NewPass under PARALLEL_DIRS. 3. *make* in /llvm-build directory. 4. Thats it. If things go fine, newpass.so will be created in /llvm-build/Debug+Asserts/lib directory. 5. The new pass can be loaded by modifyin...
2013 Oct 04
0
[LLVMdev] A way to write new pass by keeping source and build directories separate
...as desired. I thought I could share it with newbies like me. > > 0. Download LLVM source into /llvm-src and build it into /llvm-build directories. > 1. Write a new pass and Makefile as mentioned in LLVM doc 'Writing a new pass'. Assume it is created in /llvm-src/lib/Transforms/NewPass directory. > 2. Modify the Makefile in /llvm-src/lib/Transforms directory by adding NewPass under PARALLEL_DIRS. > 3. make in /llvm-build directory. > 4. Thats it. If things go fine, newpass.so will be created in /llvm-build/Debug+Asserts/lib directory. > 5. The new pass can be...
2009 Nov 03
1
ldap passwd sync old password
Hi, I want, that the unix password ( stored on LDAP ) gets changed when a user changes his samba password ( stored on LDAP ). So I set ldap passwd sync = yes, but the unix password does not get changed. The samba password is updated. Smbpasswd shows this error machine 127.0.0.1 rejected the (anonymous) password change: Error was : Wrong Password. Failed to change password for user1. After
2010 Mar 14
2
Samba/Unix password sync with LDAP backend
I have been using Samba+Linux+openLDAP. The password synchronization between the Samba and Unix accounts works well with the use of the "ldap passwd sync" parameter in smb.conf. Now I am in the process of installing my first server using CentOS/Red Hat/389 Directory Server and this does not work in the same way. It seems that some additional software must be installed in each
2003 Apr 03
4
Password Aging Policies - SAMBA
I am new to SAMBA. I am using it with LINUX and I love it! Nice change from you know who. I am sorry if this is a lame question, but I am setting up a Primary Domain Controller and a Backup Domain Controller. All the clients are Windows 2K or XP. I need the clients to reset their passwords every 30 days. I am having a hard time locating a procedure to set this feature. LINUX has 'chage'
2003 Mar 22
1
Desperate! passwd sync problem...please help!
Hello, I am running Samba 2.2.3a-6 on a Debian(testing) machine. It is running as a PDC for 15 Win2K(SP2/3) systems. Everything runs beautifully except the users cannot change their passwds. When a user CTRL-ALT-DEL and change passwd they ultimately get a messages stating that the old passwd is incorrect.... If I log into a shell as a user on the system and invoke smbpasswd, It goes through all
2008 Dec 05
4
Replicating Form Behaviour in Functional Test
...m that uses the method operates correctly. I would really welcome a second pair of eyes to help me find out what I''m missing. The test def test_set_password @request.session[:user] = users(:admin) put :set_password, :id => users(:one).id, :user => {:password => "newpass", :password_confirmation => "newpass"} assert User.authenticate(users(:one).username, "newpass") assert_redirected_to user_path(assigns(:user)) end The controller method # POST def set_password @user = User.find(params[:id]) respond_to do |forma...
2009 Apr 21
4
Changing Passwords in Active Directory with ruby-net-ldap
I am building an application in Rails using ruby-net-ldap and I am trying to figure out how to change passwords in Active Directory. Does anyone have any experience with this using the ruby-net-ldap gem? I know that I remember seeing an example on the web somewhere that showed how to do this using the depot application from the Rails book but for the life of me I can''t find it again. :(
2005 Oct 14
7
validates_confirmation_of not working
Hello, I''m having a weird problem in my user model. For the change_password method I have the following: def change_password(oldpass, newpass, confirmation) oldpass = self.class.myhash(oldpass) reload passhash = self.password self.password = newpass self.password_confirmation = confirmation if valid? and oldpass == passhash save! else # valid? method clears errors so we have to call this after it...
2003 Apr 27
2
smbpasswd via cgi
using samba and ldap - redhat 7.3 trying to work on a short cgi to update samba password (it is a url with attributes username and password). I am not very good at all with perl, so if someone can take a quick ponder and help me out, that would be great. I think that it fails in theory however, because to change other users password, you need to be root ... So I was wondering if anyone knows
2005 Jan 24
3
changing ldap passwords?
Samba experts, I am using Samba 3.0.8 on an AIX 5.1 system with ldap authentication. I have ldap working so that users can authenticate in their samba account via ldap. However, I am trying to figure out the best method for allowing users to change their ldap samba account password. What is the best method to allow end users to change their LM/NT passwords for Samba via LDAP? Should
2018 Apr 04
2
How to change Domain password as normal user?
..., "neither of them have anything to do > with AD" and hence apparently do not reset the exipriation day. So, > I've now tried: > > samba-tool user password -U $USER --ipaddress=192.168.0.2 The relevant line in my yad script looks like this: ${SAMBA_TOOL} user password ${NEWPASS} ${IPADDRESS} -U ${USERNAME} ${OLDPASS} > > and that works and does reset the expiration count so that my > rpcclient query returns 90 days. I can also use the AD/DC host name > instead of the IP address. > > I'm using this as a $HOME/.kde/Autostart script to check the pass...
2002 Nov 12
2
pam password change = yes
What is the significance of having pam password change = yes in the smb.conf I have pam password change = yes and also passwd chat = ......... option set.... Do I need both or one.... Please advice!!! Thanks
2004 Sep 14
0
change Active Directory Password with client tools (smbpasswd, net arp) ?
...ere a command, weher I can do something like this: smbpasswd -r ADSERVERNAME USERNAME -U ADMINUSER The command should print for the ADMINPASSWD of ADMINUSER and for the new passwd of USERNAME, who's passwd has to be reset. net -S ADSERVERNAME -U ADMINUSER rap password USERNAME "" newpass Does nor work to If I do an ethereal, the answer of ADSERVERNAME is SAMOEMCHANGEPASSWORD (214) Status: the specified password is invalid (86) Is it possible to change a userpasswd as admin with the client tools without knowing the old password Thank you very much -- ________________________...
2012 Aug 29
1
LDAP access to Samba 4
Hello, I am currently migrating from OpenLDAP to Samba 4 PDC, and I have a webpage (PHP/Apache) available for users so that they can change their password on the existing LDAP server. I attempted to adjust that script to change the password on the Samba 4 AD controller, but I get a "cannot connect" error to LDAP. The web server the password script is running on is not on the same
2003 Jan 21
2
sort-of fix for net rpc vampire account creation
...{ + /* Need to add the user by other means */ + int local_flags = LOCAL_ADD_USER; /* XXX */ + BOOL ret; + pstring err_str; + pstring msg_str; + + ret = local_password_change( account, local_flags, "NEWPASS" /* XXX */, err_str, sizeof( err_str ), msg_str, sizeof(msg_str)); + if (*msg_str) + printf( msg_str ); + if (*err_str) + fprintf(stderr, err_str); + if ( !ret ) { + /* FIXME any other cleanup...
2019 Nov 28
5
IMAP Migration Tools
Hi, I am looking for tools to migrate Mails from one IMAP-Server to another. Until now I have always used imapsync, but it seems very slow. Even over a 2x10GB/s connection I only get speeds of about 600KiB/s, because the programm always pauses betweeen every single mail. Does anyone here have a suggestion for an alternative? Thanks in advance Julian
2004 Apr 29
0
REofRE: password change on the domain password server using clienttools
...> >> >> > >> >>Thing is, there should be a way to change (or set initial) password >as > >> >>domain admin. > >> >> > >> >>I tried using > >> >> > >> >>net rap password username "" newpass -U administrator%adminpass > >> >> > >> >>but this doesn't seem to have the intended result (while it doesn't > >give > >> >me > >> >>any indication of success or failure). > >> >> > >> >>So if anyb...
2018 Apr 04
0
How to change Domain password as normal user?
...to do > > with AD" and hence apparently do not reset the exipriation day. So, > > I've now tried: > > > > samba-tool user password -U $USER --ipaddress=192.168.0.2 > > The relevant line in my yad script looks like this: > > ${SAMBA_TOOL} user password ${NEWPASS} ${IPADDRESS} -U ${USERNAME} > ${OLDPASS} > > > > > and that works and does reset the expiration count so that my > > rpcclient query returns 90 days. I can also use the AD/DC host name > > instead of the IP address. > > > > I'm using this as a $HOME/...
2018 May 28
0
Best mail encryption solution for per-user
...bling encryption. DO NOT USE 1. >> >> Also I tried the SQL based thing, and if you had EMPTY mail_crypt_private_password, try these to >> change the password. If the one that works is the second one, let me know =) >> >> doveadm mailbox cryptokey password -u testuser -nnewpass -o "" >> >> doveadm mailbox cryptokey password -u testuser -nnewpass -o "yes" >> >> Aki > Hi Aki, > > Thanks for replying > > So if i understand you correctly i could enable encryption per user by using: userdb_mail_crypt_save_version= in t...