no login despite authorizations


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers no login despite authorizations
# 1  
Old 09-29-2004
Error no login despite authorizations

Situation:

1 PC Unix root and 1 PC WinNT administrator

FTP via TCP/IP enabled on both systems

FTP from unix to winNT

command from unix host:

ftp 195.1.133.17 -> connected

name:root

password: *******

login incorrect

login failed

second try:

ftp 195.1.133.17 -> connected

name:administrator

password: ********

login incorrect

login failed


!!! root & admin have both all right !!!

....other winNT user accounts with clearances - the same results.

there's also no firewall or so...both systems are direct connected.

and there's also no such a file like etc/ftpusers...

I'm at a loss. anybody a trick ? would be very grateful....

Last edited by svennie; 09-29-2004 at 10:54 AM..
# 2  
Old 09-29-2004
(UNIX->Windows) or (Windows->UNIX).

Anyway, if you're security minded in any way /etc/ftpusers should contain an entry for root on the UNIX box denying access to ftp for root.

Cheers
ZB

Last edited by zazzybob; 09-29-2004 at 11:00 AM..
# 3  
Old 09-29-2004
ux -> win , not such a file...
# 4  
Old 09-29-2004
Well, if you're going from UNIX -> Windows, then there won't be an /etc/ftpusers file on the Windows box!

Anyway, this is purely a Windows authentication problem. You might need to go into IIS (Internet Services Manager) on the Windows server and see what users are allowed to connect (to the Default FTP Site), but again, this is all Windows stuff.

Cheers
ZB
# 5  
Old 09-29-2004
# 6  
Old 09-30-2004
MySQL problem solved !

it was a little bit difficult....if you wanna get a connection from unix to winNT via ftp you should do:

winnt->cmd->ftp localhost (testing...)

if there happens nothing, go to
network->services->ms web iis or so...maybe it answers with some install problems, try on. there must be a menu with goopher, ftp and so on..take ftp and internet services manager.

by the way, if you can't find any programs like this take the links across the winNT help.

if you can't get a connection, it's only a winNT problem by the user authorizations.

you've got to go internet services manager and make the specific settings. if you take 'allow only anonymous' or so you should know that this is only for 'guest' account. if you have disabled 'guest' it's absurd.

make a user account admin2 with all options of administrator. then reboot. take admin2. go to internet services manager (should be there because you've installed further as administrator). take ftp, right mouse button, characteristics. enter user admin2 and password, disallow 'only anonymous', take a folder, f.e. make a folder and give it the whole rights and freeing to admin2. make a short welcome message. reboot. take admin2. go to ism and enable ftp. execute cmd. enter ftp localhost. now it should works with admin2 and the password.


Smilie crappy windows....
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

First login on KUbuntu 16.04 no SKEL copied with first login LDAPusers

Hello, we have an problem on kubuntu16.04 that when i login with ldap, and it is my first login, nothing is copied from skel. With SSH it is working fine. Can anyone say we how KDE setup an new first userlogin? Tested with SDDM and Lightdm. Thanks a lot! Best Regard darktux ----------... (1 Reply)
Discussion started by: darktux
1 Replies

2. UNIX for Advanced & Expert Users

Can adding to a new group be effective in current login environment without re-login?

Hey folks, When a user is added to a new group, the user has to be log out and log in again to make the new group effective. Is there any system command or technique to refresh user group ID update without re-login? I am not talking about to use "login" or "su -l" commands which can only make... (2 Replies)
Discussion started by: hce
2 Replies

3. Shell Programming and Scripting

passing login details to htaccess login prompt

Hi, How i can pass the login details to the URL which is password protected with the htaccess using command line or script (perl,or shell,or php). Any help or hint appreciated. Thanks, SJ (4 Replies)
Discussion started by: SilvesterJ
4 Replies

4. AIX

User Account Login Login on your AIX server

I want to learn AIX. I would like to find someone who would be willing to give me a login to their AIX home lab server. My intent is to poke around and discover the similarities and differences of AIX compared to other *NIXs. I am a UNIX admin so I can think of what some immediate concerns may... (1 Reply)
Discussion started by: perl_in_my_shel
1 Replies

5. AIX

AIX : User Defined Authorizations Question

Hello everyone, We have got a Server say Testserver with AIX 6.1 running on it. We want to create user defined authorization for syslogd, ntpd and named . We don't want to use pre-defined authorization (aix.network.daemon). Is it possible to create an independent authorization for commands?... (1 Reply)
Discussion started by: coolr
1 Replies

6. Solaris

error message rmclomv ... SC Login Failure for user Please login:

Hello World ~ HW : SUN Fire V240 OS : Solaris 8 Error message prompts 'rmclomv ... SC login failure ...' on terminal. and Error Message prompts continually 'SC Login Failure for user Please login:' on Single Mode(init S) The System is in normal operation, though In case of rain, Can... (1 Reply)
Discussion started by: lifegeek
1 Replies

7. Cybersecurity

APACHE: Tie in Web Page login with server login

Hello, I have created a web page on a server using apache and added .htaccess and .htpasswd in the folder for authentification. I was wondering if there was anyway to tie-in the login for this page with the login used to logon to the server. i.e. the same login info. is used for both, when... (1 Reply)
Discussion started by: WhotheWhat
1 Replies

8. Web Development

APACHE: Tie in Web Page login with server login

Hello, I have created a web page on a server using apache and added .htaccess and .htpasswd in the folder for authentification. I was wondering if there was anyway to tie-in the login for this page with the login used to logon to the server. i.e. the same login info. is used for both,... (2 Replies)
Discussion started by: WhotheWhat
2 Replies
Login or Register to Ask a Question