LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-06-2004, 09:16 AM   #1
topcat
Member
 
Registered: Feb 2003
Distribution: ubuntu 6.06, ubuntu 7.04 AMD 64bit, 7.10 AMD 64bit
Posts: 62

Rep: Reputation: 15
Allowing users to change passwords on LDAP


I am currently using Redhat 9.0/OpenLDAP/Postfix/Squirrelmail/Maildrop configuration.

The system is a virtual email server.

Now, I would like to allow users to change their passwords themselves.


How do I go about doing it?

It can either be a squirrelmail plugin (the current plugin available on squirrelmail site does not work) OR

A direct interface to LDAP.


any ideas?
thanks!
 
Old 06-18-2004, 11:17 PM   #2
topcat
Member
 
Registered: Feb 2003
Distribution: ubuntu 6.06, ubuntu 7.04 AMD 64bit, 7.10 AMD 64bit
Posts: 62

Original Poster
Rep: Reputation: 15
Have developed a custom plug-in for squirrelmail

The existing squirrelmail plugin was buggy. or atleast we could not make it work.

We have developed a custom plugin for the
LDAP/Courier-imap/Squirrelmail plug-in to enable those users to change their passwords from the squirrelmail Options link.

If anyone needs it.. please post a message here.

thanks.

somebody please help me with enabling pop3 for selective users (courier-imap/ldap/postfix)

Saw some mentions that courier does not have this ability.
true?
 
Old 09-05-2004, 06:05 PM   #3
ad3
LQ Newbie
 
Registered: Jan 2004
Location: Tampa
Distribution: RedHat, Suse, Slackware
Posts: 16

Rep: Reputation: 0
Allowing Users to change passwords

i would be interested topcat.
i am working on a mail project using dovecot, postfix, and ldap.
thanks
 
Old 09-05-2004, 10:58 PM   #4
topcat
Member
 
Registered: Feb 2003
Distribution: ubuntu 6.06, ubuntu 7.04 AMD 64bit, 7.10 AMD 64bit
Posts: 62

Original Poster
Rep: Reputation: 15
the plugin

alright. will get the relevant code and email it to you.

Can you provide your email?

you can write to me on newimmigrant at hotmail
 
Old 09-06-2004, 08:34 AM   #5
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 270Reputation: 270Reputation: 270
Re: the plugin

Quote:
Originally posted by topcat
alright. will get the relevant code and email it to you.

Can you provide your email?

you can write to me on newimmigrant at hotmail
If the code is GPL which I'm sure it is since your writing it to work with LDAP, SquirrelMail and the likes and it could be a violation if it isn't.. why not just post it here?
 
Old 09-06-2004, 10:58 AM   #6
topcat
Member
 
Registered: Feb 2003
Distribution: ubuntu 6.06, ubuntu 7.04 AMD 64bit, 7.10 AMD 64bit
Posts: 62

Original Poster
Rep: Reputation: 15
post the code file here??

wrong choice of term custom. its not built from scratch but modified a lot to suit us...

the only drawback is that the passwords have to be stored in clear format.. still havent got the md5 or other encrypted forms working...

let me know if anyone facing any problems using it.



OK. its a zipped file.. dont see any option to attach it here?

cant cut paste.. too many small files..


how do i submit a zip file
 
Old 09-06-2004, 11:46 AM   #7
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 270Reputation: 270Reputation: 270
Re: post the code file here??

Quote:
Originally posted by topcat
wrong choice of term custom. its not built from scratch but modified a lot to suit us...

the only drawback is that the passwords have to be stored in clear format.. still havent got the md5 or other encrypted forms working...

let me know if anyone facing any problems using it.



OK. its a zipped file.. dont see any option to attach it here?

cant cut paste.. too many small files..


how do i submit a zip file
You can't attach files but you can link to a site to download from.

Cheers.
 
Old 09-06-2004, 09:22 PM   #8
topcat
Member
 
Registered: Feb 2003
Distribution: ubuntu 6.06, ubuntu 7.04 AMD 64bit, 7.10 AMD 64bit
Posts: 62

Original Poster
Rep: Reputation: 15
dont have webspace which i can link to here.

i dont have webspace which i can use out here.
why dont i just email it to one of you and you or someone else provide the link here?
 
Old 09-06-2004, 09:46 PM   #9
ad3
LQ Newbie
 
Registered: Jan 2004
Location: Tampa
Distribution: RedHat, Suse, Slackware
Posts: 16

Rep: Reputation: 0
email it to me and i will post it, you have my e-mail address. thx
 
Old 09-07-2004, 05:34 PM   #10
ad3
LQ Newbie
 
Registered: Jan 2004
Location: Tampa
Distribution: RedHat, Suse, Slackware
Posts: 16

Rep: Reputation: 0
file posted:

http://www.visualracing.com/level1/ldap/change_pwd.zip

Last edited by ad3; 09-07-2004 at 05:35 PM.
 
Old 09-16-2004, 12:09 PM   #11
topcat
Member
 
Registered: Feb 2003
Distribution: ubuntu 6.06, ubuntu 7.04 AMD 64bit, 7.10 AMD 64bit
Posts: 62

Original Poster
Rep: Reputation: 15
Password Change Plugin works on Clear text password only

This works only on clear text passwords.
We are trying to enhance the plugin to be able to change passwords in any encrypted format.. say MD5.

Havent had any success yet. The ability to change password in md5 format is a must to ensure greater account security. This way even admins cannot see the passwords but only reset it.

Thanks.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Making users change passwords on first login linuxpyro Linux - Security 1 12-24-2004 01:28 PM
giving user ability to change all users passwords mp5 Linux - Newbie 1 06-28-2004 08:02 PM
SHA, MD5, LDAP for passwords mastahnke Linux - Security 2 09-25-2003 02:36 AM
problem with users trying to change passwords erikm103 Linux - General 1 03-10-2003 05:10 PM
Allowing weak passwords? Passive Linux - General 2 10-24-2002 06:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 04:26 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration