samba.git
20 years agoAdd 'net rpc group add'. For this parse_samr.c had to be changed: The
Volker Lendecke [Tue, 24 Feb 2004 18:00:41 +0000 (18:00 +0000)]
Add 'net rpc group add'. For this parse_samr.c had to be changed: The
group_info4 in set_dom_group_info also has the level in the record
itself. This seems not to be an align. Tested with NT4 usrmgr.exe. It can
still create a domain group on a samba machine.

Volker

20 years agoRemove unused variable.
Volker Lendecke [Tue, 24 Feb 2004 17:28:17 +0000 (17:28 +0000)]
Remove unused variable.

Volker

20 years ago'net idmap restore' is too useful to be left broken :-)
Volker Lendecke [Tue, 24 Feb 2004 15:45:10 +0000 (15:45 +0000)]
'net idmap restore' is too useful to be left broken :-)

Set the HWM values correctly after having manipulated the tdb.

Volker

20 years agoEnsure '.' and '..' don't match in delete requests.
Jeremy Allison [Tue, 24 Feb 2004 01:46:24 +0000 (01:46 +0000)]
Ensure '.' and '..' don't match in delete requests.
Jeremy.

20 years agoMore gentest error fixups.
Jeremy Allison [Tue, 24 Feb 2004 00:55:05 +0000 (00:55 +0000)]
More gentest error fixups.
Jeremy.

20 years agoFixup bad-path error found by gentest.
Jeremy Allison [Tue, 24 Feb 2004 00:38:39 +0000 (00:38 +0000)]
Fixup bad-path error found by gentest.
Jeremy.

20 years agoAdded NTrename SMB (0xA5) - how did we miss this.... ?
Jeremy Allison [Tue, 24 Feb 2004 00:06:08 +0000 (00:06 +0000)]
Added NTrename SMB (0xA5) - how did we miss this.... ?
Jeremy.

20 years agoFixup correct timeout values for blocking lock timeouts (tested at connectathon
Jeremy Allison [Tue, 24 Feb 2004 00:03:18 +0000 (00:03 +0000)]
Fixup correct timeout values for blocking lock timeouts (tested at connectathon
by Herb).
Jeremy.

20 years agoFound by Fabien Chevalier <fabien.chevalier@supelec.fr> and
Andrew Bartlett [Mon, 23 Feb 2004 21:09:09 +0000 (21:09 +0000)]
Found by Fabien Chevalier <fabien.chevalier@supelec.fr> and
JustFillBug <mozbugbox@yahoo.com.au> on the Samba lists - a 'max
password age' of zero should be considered as 'never expire'.

For the timebeing we just set it like -1, but we might revisit this
for closer-to-ms behaviour.

Andrew Bartlett

20 years agoFix "unable to initialize" bug when smbd hasn't been run with
Jeremy Allison [Mon, 23 Feb 2004 20:12:31 +0000 (20:12 +0000)]
Fix "unable to initialize" bug when smbd hasn't been run with
new system and a user is being added via pdbedit/smbpasswd.
Found at Connectathon setup.
Jeremy.

20 years agoJanitor for tpot...bugzilla #1098, msleep already exists on aix
Jim McDonough [Mon, 23 Feb 2004 02:54:03 +0000 (02:54 +0000)]
Janitor for tpot...bugzilla #1098, msleep already exists on aix

20 years agoAdd bad password count/time attributes
Jim McDonough [Mon, 23 Feb 2004 02:47:33 +0000 (02:47 +0000)]
Add bad password count/time attributes

20 years agoAdd bad password count/time attributes
Jim McDonough [Sun, 22 Feb 2004 20:25:43 +0000 (20:25 +0000)]
Add bad password count/time attributes

20 years agoAdd calls to password lockout functions. Should now work against tdbsam only.
Jim McDonough [Sat, 21 Feb 2004 17:41:28 +0000 (17:41 +0000)]
Add calls to password lockout functions.  Should now work against tdbsam only.

20 years agoprintf -> d_printf
Tim Potter [Sat, 21 Feb 2004 00:28:48 +0000 (00:28 +0000)]
printf -> d_printf

Bugzilla #1066.

20 years agoMake SMB_FILE_ACCESS_INFORMATION call work correctly.
Jeremy Allison [Fri, 20 Feb 2004 23:19:39 +0000 (23:19 +0000)]
Make SMB_FILE_ACCESS_INFORMATION call work correctly.
Jeremy.

20 years agoMake us bug-for-bug compatible with W2K3 - to get delete on close semantics
Jeremy Allison [Fri, 20 Feb 2004 22:45:53 +0000 (22:45 +0000)]
Make us bug-for-bug compatible with W2K3 - to get delete on close semantics
on an initial open the desired_access field *must* contain DELETE_ACCESS,
simply having it map from a GENERIC_ALL won't do. Fixes delete on close test.
Jeremy.

20 years agohandle both 0 and -1 as disabling reset count and lockout duration
Jim McDonough [Fri, 20 Feb 2004 16:00:25 +0000 (16:00 +0000)]
handle both 0 and -1 as disabling reset count and lockout duration

20 years agoMake default lockout duration and reset count time 30 minutes, to match windows,...
Jim McDonough [Fri, 20 Feb 2004 15:59:05 +0000 (15:59 +0000)]
Make default lockout duration and reset count time 30 minutes, to match windows, and also be valid (0 was invalid)

20 years agojust say no to crack
Gerald Carter [Fri, 20 Feb 2004 15:52:14 +0000 (15:52 +0000)]
just say no to crack

20 years ago<attr/xattr.h> & <sys/xattr.h> are mutually exclusive it seems; fix build on SuSE 8.2
Gerald Carter [Fri, 20 Feb 2004 15:50:18 +0000 (15:50 +0000)]
<attr/xattr.h> & <sys/xattr.h> are mutually exclusive it seems; fix build on SuSE 8.2

20 years agoFixup correct (as per W2K3) returns for lookupsids as well as lookupnames.
Jeremy Allison [Thu, 19 Feb 2004 23:00:01 +0000 (23:00 +0000)]
Fixup correct (as per W2K3) returns for lookupsids as well as lookupnames.
Inspired by Volkers patch.
Jeremy.

20 years agosys/xattr.h merge from HEAD
Gerald Carter [Thu, 19 Feb 2004 22:17:54 +0000 (22:17 +0000)]
sys/xattr.h merge from HEAD

20 years agoEnable checking/resetting of account lockout and bad password based on policy
Jim McDonough [Thu, 19 Feb 2004 21:40:22 +0000 (21:40 +0000)]
Enable checking/resetting of account lockout and bad password based on policy

20 years agoClean up bad pw count and autolock flag update fn()s
Jim McDonough [Thu, 19 Feb 2004 21:37:24 +0000 (21:37 +0000)]
Clean up bad pw count and autolock flag update fn()s

20 years agoAdd bad pw count and autolock flag update fn()s
Jim McDonough [Thu, 19 Feb 2004 18:35:43 +0000 (18:35 +0000)]
Add bad pw count and autolock flag update fn()s

20 years agomerging some fixes from the release branch; more to come later
Gerald Carter [Thu, 19 Feb 2004 17:01:06 +0000 (17:01 +0000)]
merging some fixes from the release branch; more to come later

20 years agoAdd bad password reset and display of bad password count/time
Jim McDonough [Thu, 19 Feb 2004 16:00:29 +0000 (16:00 +0000)]
Add bad password reset and display of bad password count/time

20 years agoAdd functions to get/set bad password time
Jim McDonough [Thu, 19 Feb 2004 15:59:35 +0000 (15:59 +0000)]
Add functions to get/set bad password time

20 years agoAdd bad password time fields
Jim McDonough [Thu, 19 Feb 2004 15:57:53 +0000 (15:57 +0000)]
Add bad password time fields

20 years agoFix the "too many fcntl locks" scalability problem raised by tridge.
Jeremy Allison [Thu, 19 Feb 2004 01:55:24 +0000 (01:55 +0000)]
Fix the "too many fcntl locks" scalability problem raised by tridge.
I've now tested this in daemon mode and also on xinetd and I'm pretty
sure it's working.
Jeremy.

20 years agoFix incorrect strnicmp len
Steve French [Tue, 17 Feb 2004 22:51:42 +0000 (22:51 +0000)]
Fix incorrect strnicmp len

20 years agoFix based on Volker's code to correctly return code from lsa_lookup_sids
Jeremy Allison [Tue, 17 Feb 2004 22:46:25 +0000 (22:46 +0000)]
Fix based on Volker's code to correctly return code from lsa_lookup_sids
on unmapped sids.
Jeremy.

20 years agoDisable dev (MS_NODEV) on user mounts from cifs vfs
Steve French [Tue, 17 Feb 2004 21:31:25 +0000 (21:31 +0000)]
Disable dev (MS_NODEV) on user mounts from cifs vfs

20 years agoWhen creating a group via a script, don't let winbind do it as well.
Volker Lendecke [Tue, 17 Feb 2004 21:25:42 +0000 (21:25 +0000)]
When creating a group via a script, don't let winbind do it as well.

Volker

20 years agoBe able to set alias info for builtin as well.
Volker Lendecke [Tue, 17 Feb 2004 15:54:57 +0000 (15:54 +0000)]
Be able to set alias info for builtin as well.

Volker

20 years agoDon't try to show groups that could not be listed.
Volker Lendecke [Tue, 17 Feb 2004 15:24:28 +0000 (15:24 +0000)]
Don't try to show groups that could not be listed.

Volker

20 years agoIn samr_lookup_names Windows does not return WKN_GRP(5) but ALIAS(4) when
Volker Lendecke [Tue, 17 Feb 2004 10:11:53 +0000 (10:11 +0000)]
In samr_lookup_names Windows does not return WKN_GRP(5) but ALIAS(4) when
you search in BUILTIN. Match that.

Volker

20 years agoIf there are no alias members, don't ask for their sids :-)
Volker Lendecke [Tue, 17 Feb 2004 10:08:18 +0000 (10:08 +0000)]
If there are no alias members, don't ask for their sids :-)

Volker

20 years agoDisable suid on user mounts (can override with -DCIFS_ALLOW_USR_SUID)
Steve French [Mon, 16 Feb 2004 23:43:14 +0000 (23:43 +0000)]
Disable suid on user mounts (can override with -DCIFS_ALLOW_USR_SUID)

20 years agoCosmetic fix: Use sid_is_in_our_domain instead of doing it per hand.
Volker Lendecke [Mon, 16 Feb 2004 14:24:35 +0000 (14:24 +0000)]
Cosmetic fix: Use sid_is_in_our_domain instead of doing it per hand.

Volker

20 years agoFix success message for net groupmap modify
Volker Lendecke [Mon, 16 Feb 2004 14:04:56 +0000 (14:04 +0000)]
Fix success message for net groupmap modify

Volker

20 years agoFix whitespace to reduce diff from HEAD
Jim McDonough [Sat, 14 Feb 2004 14:25:40 +0000 (14:25 +0000)]
Fix whitespace to reduce diff from HEAD

20 years agosync IBM Directory Server schema with openldap schema...add munged dial
Jim McDonough [Sat, 14 Feb 2004 14:05:17 +0000 (14:05 +0000)]
sync IBM Directory Server schema with openldap schema...add munged dial

20 years agoMissed SAFE_FREE (typo).
Jeremy Allison [Fri, 13 Feb 2004 22:34:29 +0000 (22:34 +0000)]
Missed SAFE_FREE (typo).
Jeremy.

20 years agoFix ETA Calculation when resuming
Jelmer Vernooij [Fri, 13 Feb 2004 22:09:53 +0000 (22:09 +0000)]
Fix ETA Calculation when resuming

20 years agoAdded Andrew Bartlett's patch to use an allocated buffer for count_chars.
Jeremy Allison [Fri, 13 Feb 2004 22:06:25 +0000 (22:06 +0000)]
Added Andrew Bartlett's patch to use an allocated buffer for count_chars.
Jeremy.

20 years agoFixup the 'multiple-vuids' bugs.
Jeremy Allison [Fri, 13 Feb 2004 19:05:25 +0000 (19:05 +0000)]
Fixup the 'multiple-vuids' bugs.
Jeremy.

20 years agourban's changes for nosuid,nodev
Gerald Carter [Fri, 13 Feb 2004 17:32:20 +0000 (17:32 +0000)]
urban's changes for nosuid,nodev

20 years agospecfile changes form the 3.0.2 release
Gerald Carter [Fri, 13 Feb 2004 17:20:28 +0000 (17:20 +0000)]
specfile changes form the 3.0.2 release

20 years agoMove tdbsam versioning/upgrade code into 3.0
Jim McDonough [Fri, 13 Feb 2004 14:48:20 +0000 (14:48 +0000)]
Move tdbsam versioning/upgrade code into 3.0

20 years agomerge old change from 2.2 branch to give legend in heading
Herb Lewis [Thu, 12 Feb 2004 20:43:23 +0000 (20:43 +0000)]
merge old change from 2.2 branch to give legend in heading

20 years agoTry to remove the last vestiges of unknown_3...
Jim McDonough [Thu, 12 Feb 2004 19:09:21 +0000 (19:09 +0000)]
Try to remove the last vestiges of unknown_3...

Jelmer, can you look at the sql and xml backends please to verify?

20 years agoabartlet's pdb_set/changed flag fix for NULL passwords
Gerald Carter [Thu, 12 Feb 2004 17:51:23 +0000 (17:51 +0000)]
abartlet's pdb_set/changed flag fix for NULL passwords

20 years agoCommit Andrew Bartlett's interesting patch to smbclient that allows for
Richard Sharpe [Thu, 12 Feb 2004 17:26:34 +0000 (17:26 +0000)]
Commit Andrew Bartlett's interesting patch to smbclient that allows for
multiple logins and changing vuids. I fixed up a couple of variables so it
actually works.

We want to use this to test our multiple SIDs in the kernel changes etc.

20 years agostupid cut-n=paste error; my fault
Gerald Carter [Thu, 12 Feb 2004 17:09:01 +0000 (17:09 +0000)]
stupid cut-n=paste error; my fault

20 years agoMore sync between passdb on 3.0 and HEAD.
Jim McDonough [Thu, 12 Feb 2004 16:16:53 +0000 (16:16 +0000)]
More sync between passdb on 3.0 and HEAD.

Replace unknown_3 with fields_present.  Also causes rpc_samr structure field changes.

20 years agoStart of merging HEAD changes. Right now, just move one fn() to eliminate
Jim McDonough [Thu, 12 Feb 2004 15:20:40 +0000 (15:20 +0000)]
Start of merging HEAD changes.  Right now, just move one fn() to eliminate
the prototype at the beginning, and change some comments so diffs to HEAD
aren't filled with useless info.

20 years agofix build of lock tests
Gerald Carter [Thu, 12 Feb 2004 05:29:05 +0000 (05:29 +0000)]
fix build of lock tests

20 years agomerge from old APP_HEAD
Gerald Carter [Thu, 12 Feb 2004 05:24:02 +0000 (05:24 +0000)]
merge from old APP_HEAD
* remove corrupt tdb and shutdown (only for printing tdbs, connections,
  sessionid & locking)
* decrement smbd counter in connections.tdb in smb_panic()
* various Makefile hack to get things to link

'max smbd processes' looks like it might be broken.  The counter KEY is not
being set.  Will look into that tomorrow.

20 years agoupdates for tdbsam code to help make merge into head easier; needs a bit more testing...
Gerald Carter [Thu, 12 Feb 2004 05:07:44 +0000 (05:07 +0000)]
updates for tdbsam code to help make merge into head easier; needs a bit more testing tomorrow but initial results seem ok

20 years agoMore paranoia checks.
Jeremy Allison [Wed, 11 Feb 2004 23:25:51 +0000 (23:25 +0000)]
More paranoia checks.
Jeremy.

20 years agoUpdate mount.cifs version to 1.1
Steve French [Wed, 11 Feb 2004 23:14:39 +0000 (23:14 +0000)]
Update mount.cifs version to 1.1

20 years agoMount helper fixes for nosetuid, noexec part two of two
Steve French [Wed, 11 Feb 2004 23:11:00 +0000 (23:11 +0000)]
Mount helper fixes for nosetuid, noexec part two of two

20 years agoAdd missing nosetuid and noexec options
Steve French [Wed, 11 Feb 2004 22:54:01 +0000 (22:54 +0000)]
Add missing nosetuid and noexec options

20 years agoDon't set an iterator to a piece of free'd memory, store it first.
Jeremy Allison [Wed, 11 Feb 2004 22:47:12 +0000 (22:47 +0000)]
Don't set an iterator to a piece of free'd memory, store it first.
Jeremy.

20 years agoBUG 900: TAKEDA yasuma <yasuma@miraclelinux.com; fix token processing in cmd_symlink...
Gerald Carter [Wed, 11 Feb 2004 21:42:20 +0000 (21:42 +0000)]
BUG 900: TAKEDA yasuma <yasuma@miraclelinux.com; fix token processing in cmd_symlink, cmd_link, cmd_chown, cmd_chmod functions

20 years agofix set/getsampwent iterator in tdbsam to use an allocated list
Gerald Carter [Wed, 11 Feb 2004 21:10:04 +0000 (21:10 +0000)]
fix set/getsampwent iterator in tdbsam to use an allocated list

20 years agoParanoia fixes :-).
Jeremy Allison [Wed, 11 Feb 2004 19:59:17 +0000 (19:59 +0000)]
Paranoia fixes :-).
Jeremy.

20 years agoAdded James Peach's fix for #1038.
Jeremy Allison [Wed, 11 Feb 2004 19:07:02 +0000 (19:07 +0000)]
Added James Peach's fix for #1038.
Jeremy.

20 years agoBUG 1055; patch from SATOH Fumiyasu <fumiya@miraclelinux.com>; formatting fixes...
Gerald Carter [Wed, 11 Feb 2004 14:59:08 +0000 (14:59 +0000)]
BUG 1055; patch from SATOH Fumiyasu  <fumiya@miraclelinux.com>; formatting fixes for 'net share'

20 years agomarking 'only user' as deprecated (based on feedback in bug 66)
Gerald Carter [Wed, 11 Feb 2004 04:32:12 +0000 (04:32 +0000)]
marking 'only user' as deprecated (based on feedback in bug 66)

20 years agofix from Bostjan Golob
Gerald Carter [Tue, 10 Feb 2004 13:49:38 +0000 (13:49 +0000)]
fix from Bostjan Golob

20 years agomore fixes from the static changes; please move static functions to the top of files...
Gerald Carter [Tue, 10 Feb 2004 04:02:53 +0000 (04:02 +0000)]
more fixes from the static changes; please move static functions to the top of files to prevent this from happening

20 years agofix more compiler warning after the latest static rampage
Gerald Carter [Tue, 10 Feb 2004 03:51:19 +0000 (03:51 +0000)]
fix more compiler warning after the latest static rampage

20 years agoFix for possible crash bug from Sebastian Krahmer (SuSE).
Jeremy Allison [Tue, 10 Feb 2004 02:21:38 +0000 (02:21 +0000)]
Fix for possible crash bug from Sebastian Krahmer (SuSE).
Jeremy.

20 years agoadd smbget to cvs ignore list
Gerald Carter [Mon, 9 Feb 2004 18:51:03 +0000 (18:51 +0000)]
add smbget to cvs ignore list

20 years agobug 1046 (patch from Bostjan Golob <golob@gimb.org>); fix 20 month old bug where...
Gerald Carter [Mon, 9 Feb 2004 18:43:57 +0000 (18:43 +0000)]
bug 1046 (patch from Bostjan Golob <golob@gimb.org>); fix 20 month old bug where getpwent_list() was overoverwriting the username for entries.  However the code path to the bug was introduced only on January 25

20 years agoExpand 'net rpc group members' to local groups.
Volker Lendecke [Mon, 9 Feb 2004 18:19:25 +0000 (18:19 +0000)]
Expand 'net rpc group members' to local groups.

Volker

20 years agobring release notes in the 3.0 branch up to date
Gerald Carter [Mon, 9 Feb 2004 17:45:29 +0000 (17:45 +0000)]
bring release notes in the 3.0 branch up to date

20 years agoAnd another build fix.
Volker Lendecke [Mon, 9 Feb 2004 15:21:42 +0000 (15:21 +0000)]
And another build fix.

Volker

20 years agoFix the build & get rid of a compiler warning.
Volker Lendecke [Mon, 9 Feb 2004 14:43:18 +0000 (14:43 +0000)]
Fix the build & get rid of a compiler warning.

Volker

20 years agoApply James' printf format checking patch for SGI MIPSPro compiler.
Tim Potter [Mon, 9 Feb 2004 00:59:22 +0000 (00:59 +0000)]
Apply James' printf format checking patch for SGI MIPSPro compiler.

20 years agoAdd more static...
Andrew Bartlett [Sun, 8 Feb 2004 11:28:51 +0000 (11:28 +0000)]
Add more static...

Andrew Bartlett

20 years agonsswitch/winbindd_util.c:
Andrew Bartlett [Sun, 8 Feb 2004 11:26:46 +0000 (11:26 +0000)]
nsswitch/winbindd_util.c:
add static

smbd/uid.c:
remove unused function

Andrew Bartlett

20 years agoWhen we set a domain sid, force get_global_sam_sid() to do it's work again.
Andrew Bartlett [Sun, 8 Feb 2004 11:05:34 +0000 (11:05 +0000)]
When we set a domain sid, force get_global_sam_sid() to do it's work again.

This should ensure that the value it returns is always consistant.

Andrew Bartlett

20 years agoAdd static, and assert that we will never overflow the static fstring
Andrew Bartlett [Sun, 8 Feb 2004 11:02:11 +0000 (11:02 +0000)]
Add static, and assert that we will never overflow the static fstring
in pdb_encode_acct_ctrl()  (All current callers are fine)

Andrew Bartlett

20 years agoMore 'static' work.
Andrew Bartlett [Sun, 8 Feb 2004 11:00:25 +0000 (11:00 +0000)]
More 'static' work.

Andrew Bartlett

20 years agoMake it possible to 'net rpc samdump' of any domain you are currently joined
Andrew Bartlett [Sun, 8 Feb 2004 10:59:09 +0000 (10:59 +0000)]
Make it possible to 'net rpc samdump' of any domain you are currently joined
to, despite any smb.conf settings.

Work to allow the same for 'net rpc vampire', but instead give a clear
error message on what is incorrect.

Andrew Bartlett

20 years agoAdd some help for 'net rpc password'.
Andrew Bartlett [Sun, 8 Feb 2004 09:25:58 +0000 (09:25 +0000)]
Add some help for 'net rpc password'.

Andrew Bartlett

20 years agoMake more functions static, and remove duplication in the use of functions
Andrew Bartlett [Sun, 8 Feb 2004 08:38:42 +0000 (08:38 +0000)]
Make more functions static, and remove duplication in the use of functions
in lib/smbpasswd.c that were exact duplicates of functions in passdb/passdb.c

(These should perhaps be pulled back out to smbpasswd.c, but that can occour
later).

Andrew Bartlett

20 years agoSamba hasn't used this function for ages - it's now handled deep in the
Andrew Bartlett [Sun, 8 Feb 2004 07:17:30 +0000 (07:17 +0000)]
Samba hasn't used this function for ages - it's now handled deep in the
auth subsystem.

Andrew Bartlett

20 years agoRemove more unused portions of the 'password cache'.
Andrew Bartlett [Sun, 8 Feb 2004 05:31:01 +0000 (05:31 +0000)]
Remove more unused portions of the 'password cache'.

Andrew Bartlett

20 years agoRemove more unused functions - this time parts of the 'password cache'.
Andrew Bartlett [Sun, 8 Feb 2004 02:49:30 +0000 (02:49 +0000)]
Remove more unused functions - this time parts of the 'password cache'.

Andrew Bartlett

20 years agoAnother static function.
Andrew Bartlett [Sun, 8 Feb 2004 01:30:59 +0000 (01:30 +0000)]
Another static function.

Andrew Bartlett

20 years agoMake this table static const.
Andrew Bartlett [Sun, 8 Feb 2004 01:02:12 +0000 (01:02 +0000)]
Make this table static const.

Andrew Bartlett

20 years agoRemove unused utility function.
Andrew Bartlett [Sun, 8 Feb 2004 00:58:56 +0000 (00:58 +0000)]
Remove unused utility function.

Andrew Bartlett

20 years agoMake get_dc_list static - we only ask for a sorted list externally.
Andrew Bartlett [Sun, 8 Feb 2004 00:54:32 +0000 (00:54 +0000)]
Make get_dc_list static - we only ask for a sorted list externally.

Andrew Bartlett

20 years agoBug found by gd - the new range-reterival code did still had 'member'
Andrew Bartlett [Sun, 8 Feb 2004 00:31:36 +0000 (00:31 +0000)]
Bug found by gd - the new range-reterival code did still had 'member'
hardcoded into it.

This didn't matter, as we only use it for 'member' so far...

Andrew Bartlett

20 years agoI should have done this years ago...
Andrew Bartlett [Sat, 7 Feb 2004 03:54:39 +0000 (03:54 +0000)]
I should have done this years ago...

This adds the very simple 'admin set password' capability to 'net rpc',
much as we have it for 'net ads'.

Andrew Bartlett