Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Change/Populate passwords

6 views
Skip to first unread message

Peter Kuo

unread,
Aug 31, 2010, 9:54:22 PM8/31/10
to
You can use a CSV to change the password either using ICE (standalone or
from iManager) or the ldapModify Gadget
(http://www.dreamlan.com/gadgets.html). The CSV fields would be something
like this:

dn, userpassword


--


Peter
eDirectory Rules!
http://www.DreamLAN.com

David Gersic

unread,
Sep 2, 2010, 10:46:11 AM9/2/10
to
On Tue, 31 Aug 2010 17:36:03 +0000, STUtech wrote:

> I am not so sure I am comfortable with that method. Are there jrb
> utilities that will do this in conjunction with a source file?

JRB Utils has a password setting tool. So that much would work for you. I
believe it does UP, but you could check with John to be sure. Or just
test it with one or two users to find out.

ICE may be another option for you. It'll take CSV files. But it's trivial
to turn your CSV file in to an LDIF file to be imported via any standard
LDAP tool. The results will be the same either way.

--
---------------------------------------------------------------------------
David Gersic dgersic_@_niu.edu
Novell Knowledge Partner http://forums.novell.com

Please post questions in the newsgroups. No support provided via email.

a...@novell.com

unread,
Aug 31, 2010, 10:58:32 AM8/31/10
to
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Sure. With eDirectory 8.8.x you should be able to update the passwords
via LDAP. The attribute 'userPassword' will set whichever passwords are
configured to be used properly. Test with one user first and when
confirmed go ahead and do them all. An example LDIF (not CSV, but better
imo) follows:

dn: cn=usernameHere,ou=context,o=goes,dc=here
changetype: modify
replace: userPassword
userPassword: newValueHere

The only concern with the bit above is that you will be doing this
administratively and by default if you have a password expiration interval
set within your Universal Password (UP) policy then an administrative
password change will cause the password to immediately be expired. That's
fine as long as your user population knows they should immediately change
their password (and they probably should both know that and do it since
admins should never know users' passwords as a general rule) but can be
overridden with an option in the UP policy itself as well (so the password
does not expire).

Good luck.

On 08/31/2010 08:06 AM, STUtech wrote:
>
> Hi Folks,
>
> I have about 800 newly created student accounts for this semester.
> There was an error in creating the passwords.
>
> I am wondering if there is a way to change the passwords for the
> accounts from a csv file or something. I have all of the usernames and
> passwords. I would be super if the UP was populated by this change.
>
> Any advice would be greatly appreciated.
>
> Netware 6.5 SP8
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJMfRiYAAoJEF+XTK08PnB5COkP/AyvLFaVxGKp6mNODyUDHgcD
wt80iQNPHTNjhmdjVgbIyuwjhzf2DPkWt0kRJwtCDpyDfPBZ0KcGFuPM352+OMsW
31LOMi7chz2X0GvufbnqEi/CoH7XpjVwy5iK8xGoVHoUioZSmX0w/S9HGD3VHm9B
lRSOA8NlEXDCjxsiZc0/hnQCmS+0Dk3j1+qRBT6y1yGsRaAW/0NP3MajNfKfjEjf
Um6NWuTQuJhIFJMNzAJi0NvMczjGqv99c6NL9n3wyu1xToHsGFTcoA7SeKpCCf7G
Xe0dnATE5q7ciVG+0lVrbc2RmmtkqK23GhftkIZmDe3Z66ler+oOT/5g6BtyYUPD
/oTKgQY2lRPav+EG3B59MYRq9G37p8Fwds818fw51CuFkcvuQtqeMafwFAo8to5z
zdMFgt/LlYuxfF8kpPmHRrNRDDpQCiQiN88sTgs3Sis+kP1E0VnW62G35LEJSMMX
3wh+azRqD16CeG2+01NUx8kqnVkJgnaXbkIBttXytQmCsxBavXijD/hdZ20i7n1J
OvZrILUDaEuTYhKQntuR32R+szrYzF9WR0e/MwtGGOCwJCpccpQqBjtbyJhycP5b
3qXkb7UtYWE/RNKMgSVVMaVI6YOCaX8RarcmvB2TsgDEmvtceQH/aamJKqGBMl7G
tmI1NsZhiKuatD2kwXMq
=QH/u
-----END PGP SIGNATURE-----

0 new messages