Issue 363 - Password display problem with ldapmodify
Summary: Password display problem with ldapmodify
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-11-15 07:14 UTC by richarde@eskom.co.za
Modified: 2014-08-01 21:07 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description richarde@eskom.co.za 1999-11-15 07:14:11 UTC
Full_Name: Richard Ellerbrock
Version: 1.2.6
OS: RedHat 6.0
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (196.7.101.194)


I am running automatic batch updates using ldapmodify onto an NDS LDAP server.
This 
works great, but to do the update I need to authenticate as the Admin user (root

in unix speak). Well, doing a ps -ef allows anybody to see the password during 
the update process. Have the development team thought of modifying the process 
display to blank out the password. I have seen other applications do this -
MySQL 
is one of them.

Comment 1 Kurt Zeilenga 1999-11-17 01:45:51 UTC
At 07:14 AM 11/15/99 GMT, richarde@eskom.co.za wrote:
>Full_Name: Richard Ellerbrock
>Version: 1.2.6
>OS: RedHat 6.0
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (196.7.101.194)
>
>
>I am running automatic batch updates using ldapmodify onto an NDS LDAP server.
>This 
>works great, but to do the update I need to authenticate as the Admin user (root
>
>in unix speak). Well, doing a ps -ef allows anybody to see the password during 
>the update process. Have the development team thought of modifying the process 
>display to blank out the password. I have seen other applications do this -
>MySQL 
>is one of them.

Thanks for the suggestion.  We'll put this into the queue.

Kurt

----
Kurt D. Zeilenga		<kurt@boolean.net>
Net Boolean Incorporated	<http://www.boolean.net/>
Comment 2 Kurt Zeilenga 1999-11-17 17:21:01 UTC
moved from Incoming to Software Enhancements
Comment 3 David J N Begley 1999-11-17 17:23:41 UTC
On Wed, 17 Nov 1999, kurt@boolean.net wrote:

> At 07:14 AM 11/15/99 GMT, richarde@eskom.co.za wrote:
> >Full_Name: Richard Ellerbrock
[...]
> >in unix speak). Well, doing a ps -ef allows anybody to see the password during 
> >the update process. Have the development team thought of modifying the process 
> >display to blank out the password. I have seen other applications do this -
> >MySQL is one of them.
> 
> Thanks for the suggestion.  We'll put this into the queue.

Sendmail is another such application that can modify its appearance in the
process table;  problem is, not all platforms support this capability (eg.,
SunOS 4.x does, SunOS 5.x doesn't) which means you'd still need some other
method to "protect" other platforms...


dave

Comment 4 Kurt Zeilenga 1999-11-17 17:26:52 UTC
David J N Begley wrote:
> 
> On Wed, 17 Nov 1999, kurt@boolean.net wrote:
> 
> > At 07:14 AM 11/15/99 GMT, richarde@eskom.co.za wrote:
> > >Full_Name: Richard Ellerbrock
> [...]
> > >in unix speak). Well, doing a ps -ef allows anybody to see the password during
> > >the update process. Have the development team thought of modifying the process
> > >display to blank out the password. I have seen other applications do this -
> > >MySQL is one of them.
> >
> > Thanks for the suggestion.  We'll put this into the queue.
> 
> Sendmail is another such application that can modify its appearance in the
> process table;  problem is, not all platforms support this capability (eg.,
> SunOS 4.x does, SunOS 5.x doesn't) which means you'd still need some other
> method to "protect" other platforms...

A number of applications within OpenLDAP use setproctitle() (when it's
supported by the underlying OS).  We need to use it in more sitituations.

Kurt

-- 
Kurt D. Zeilenga <kurt@boolean.net>
Net Boolean Incorporated <http://www.boolean.net/>
Comment 5 Kurt Zeilenga 1999-12-12 01:00:41 UTC
changed notes
changed state Open to Closed
Comment 6 OpenLDAP project 2014-08-01 21:07:00 UTC
Devel code provides this feature.