diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-08-11 18:06:44 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-08-11 18:06:44 +0000 |
commit | 9170cfd4b6455a235e7600e7988f34d77693e7ed (patch) | |
tree | 438c568261aec8210ee771b7e1a07cbfd55f7678 /source3/smbd | |
parent | b58a2c36e1083b21845c0a4021f5e7a219dcc186 (diff) | |
download | samba-9170cfd4b6455a235e7600e7988f34d77693e7ed.tar.gz samba-9170cfd4b6455a235e7600e7988f34d77693e7ed.tar.bz2 samba-9170cfd4b6455a235e7600e7988f34d77693e7ed.zip |
spelling.
lkcl
(This used to be commit 7e326450cf5aeee704df9fb5e298b0fc353dfb8b)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/password.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/password.c b/source3/smbd/password.c index 67f32d376c..2740304cc4 100644 --- a/source3/smbd/password.c +++ b/source3/smbd/password.c @@ -1225,7 +1225,7 @@ BOOL authorise_login(int snum,char *user,char *password, int pwlen, DEBUG(100,("checking authorisation on user=%s pass=%s\n",user,password)); #endif - /* there are several possabilities: + /* there are several possibilities: 1) login as the given user with given password 2) login as a previously registered username with the given password 3) login as a session list username with the given password |