diff options
author | Richard Sharpe <sharpe@samba.org> | 2003-07-11 17:50:59 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2003-07-11 17:50:59 +0000 |
commit | 9b9f1697ee2b24f28ce31c6a860c9b6c8a0c5e99 (patch) | |
tree | 4746e52cef195cc17f052521e2cee50718b4506c /source3/auth | |
parent | 733f767b9465c53822af99bb0cc761ba745c96b6 (diff) | |
download | samba-9b9f1697ee2b24f28ce31c6a860c9b6c8a0c5e99.tar.gz samba-9b9f1697ee2b24f28ce31c6a860c9b6c8a0c5e99.tar.bz2 samba-9b9f1697ee2b24f28ce31c6a860c9b6c8a0c5e99.zip |
Fix a small typo in a comment and pretty it up a bit.
(This used to be commit 3b5ddd8e1f021f6a38434c0d9a47317ab6ff2614)
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index 3f9c120cfb..8e1b420b47 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -975,7 +975,7 @@ NTSTATUS make_server_info_info3(TALLOC_CTX *mem_ctx, domain = domain; } - /* try to fill the same account.. If getpwnam() fails, then try the + /* try to fill the SAM account.. If getpwnam() fails, then try the add user script (2.2.x behavior) */ nt_status = fill_sam_account(mem_ctx, nt_domain, internal_username, |