[Date Prev][Date Next] [Chronological] [Thread] [Top]

"Bug" fix (clients/ud/group.c) (ITS#352)



Full_Name: Zoe Gurevich
Version: openldap_rel_1_2
OS: SunOS Release 5.6
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (209.20.237.187)


Zoe-Gurevich-991104-group.c.patch

When one removes a group, and instead of typing
"remove groupname", types:
* remove
  
  Group? groupname

The following message is printed:

  The group '(null)' will be permanently removed from
  the Directory.  Are you absolutely sure that you want to
  remove this entire group?

In printing thes message use "dn", not "name" which is may not be defined.
So, the message will look like:

  The entry
    'cn=groupname, ou=User Groups, ou=Groups, o=University of Michigan, c=US'
  will be permanently removed from the Directory.
  Are you absolutely sure that you want to remove this entire group? 

Same thing about the message:
You do not own the group "(null)".
  will be replaced by
You do not own the entry
    "cn=groupname, ou=User Groups, ou=Groups, o=University of Michigan, c=US".