|
From: Khan, M. [SMO] <MK...@fr...> - 2006-02-16 23:06:59
|
Hi Jamie, Here is my passwd file: Pls tell me what I am doing worng. #%PAM-1.0 password required pam_cracklib.so password sufficient pam_ldap.so password sufficient pam_unix.so password required pam_deny.so Thanks Mohammed -----Original Message----- From: web...@li... [mailto:web...@li...]On Behalf Of Jamie Cameron Sent: Thursday, February 16, 2006 2:46 PM To: web...@li... Subject: RE: [webmin-l] Webmin Servers, Broadcast/scan Just make sure that /etc/pam.d/passwd is setup to talk to LDAP, and that Us= ermin's Change Password module is setup to use PAM. - Jamie On 17/Feb/2006 09:42 Khan, Mohammed [SMO] wrote .. > Hello Jamie,=20 > Do you know how can I use usermin to change my ldap password. Please need > your help. >=20 > Thanks > Mohammed >=20 > -----Original Message----- > From: web...@li... > [mailto:web...@li...]On Behalf Of Jamie > Cameron > Sent: Thursday, February 16, 2006 2:28 PM > To: web...@li... > Subject: RE: [webmin-l] Webmin Servers, Broadcast/scan >=20 >=20 > Did you set up /etc/pam.d/usermin as well? My last set of instructions > only > mentioned /etc/pam.d/webmin , sorry .. >=20 > - Jamie >=20 > On 17/Feb/2006 09:25 Khan, Mohammed [SMO] wrote .. > > Hi Jamie,=20 > > Sorry to bug u sir. I am still getting the same error when login using > > ldap user into usermin. Here is error: > > Feb 16 14:23:08 dublx09 usermin(pam_unix)[32085]: check pass; user unkn= own > > Feb 16 14:23:08 dublx09 usermin(pam_unix)[32085]: authentication failur= e; > > logname=3D uid=3D0 euid=3D0 tty=3D ruser=3D rhost=3D > >=20 > > And here is mt .ssh file > > #%PAM-1.0 > > auth required /lib/security/pam_securetty.so > > auth required /lib/security/pam_nologin.so > > auth required /lib/security/pam_env.so > > auth sufficient /lib/security/pam_ldap.so > > auth required /lib/security/pam_unix_auth.so use_first_pass # set= _secrpc > > account required /lib/security/pam_unix.so > > account required /lib/security/pam_nologin.so > > session required /lib/security/pam_unix.so > > session required /lib/security/pam_limits.so > >=20 > >=20 > > Please lete me know.. > >=20 > > Thanks > >=20 > > -----Original Message----- > > From: web...@li... > > [mailto:web...@li...]On Behalf Of Jamie > > Cameron > > Sent: Friday, February 17, 2006 1:04 AM > > To: web...@li... > > Subject: RE: [webmin-l] Webmin Servers, Broadcast/scan > >=20 > >=20 > > Hi, > > Make sure that in /etc/pam.d/webmin there are entries to call pam_ldap.= so > > , just like in your system's other PAM config files. Or just copy /etc/= pam.d/ssh > > to /etc/pam.d/webmin , assuming that SSH logins as LDAP users are worki= ng. > >=20 > > - Jamie > >=20 > > -----Original Message----- > >=20 > > From: "Khan, Mohammed [SMO]" <MK...@fr...> > > Subj: RE: [webmin-l] Webmin Servers, Broadcast/scan > > Date: Fri 17 Feb 2006 8:39 am > > Size: 2K > > To: <web...@li...> > >=20 > > Hi Jamie,=20 > > I getting the following errors: > > Feb 16 13:37:09 dublx09 usermin(pam_unix)[31966]: check pass; user unkn= own > > Feb 16 13:37:09 dublx09 usermin(pam_unix)[31966]: authentication failur= e; > > logname=3D uid=3D0 euid=3D0 tty=3D ruser=3D rhost=3D > >=20 > > When login with ldap user. > >=20 > > Please advise. > >=20 > > Thanks > >=20 > >=20 > > -----Original Message----- > > From: web...@li... > > [mailto:web...@li...]On Behalf Of Jamie > > Cameron > > Sent: Wednesday, February 15, 2006 7:31 PM > > To: web...@li... > > Subject: RE: [webmin-l] Webmin Servers, Broadcast/scan > >=20 > >=20 > > On 16/Feb/2006 13:13 Neal Morgan wrote .. > > > Jamie: > > >=20 > > > Short answer: ethereal shows it still using port 10000 for broadcast. > > >=20 > > > Long answer: I first set the UDP port to 6789, ran a netstat to confi= rm > > > a listener was in place there are none existed on 10000, then ran the > > > broadcast. > >=20 > > I looked into this some more, and found the cause of this problem - the > > sending > > server isn't properly getting the UDP port to send to from it's own con= figuration. > > The work-around is to add the line=20 > >=20 > > listen=3D6789 > >=20 > > to the file /etc/webmin/servers/config on the sending system. > > =20 > > > On the multihome: the IPs resolve to different hosts and FQDNs. =20 > > >=20 > > > Both servers have 2 NICs: > > >=20 > > > 10.X.X.X/255.255.255.0=20 > > > 66.X.X.X/255.255.255.224 > > >=20 > > > Webmin broadcasts correctly to the expected two network addresses: > > >=20 > > > 10.X.X.255=20 > > > 66.X.X.223 > > >=20 > > > But it also adds in a broadcast to all networks, and a broadcast to > the > > > 10 net as a class A: > > >=20 > > > 255.255.255.255 > > > 10.255.255.255 > > >=20 > > > Ethereal shows the 10.255.255.255 ignored (not on my network), the > > > 10.x.x.255 received by the first NIC, and the 66.X.X.223 and > > > 255.255.255.255 received by the second NIC. > > >=20 > > > So - it should receive 3 responses. Somehow, it is already de-duping > > > them and concluding there are 2 new servers to add. I'm OK with that > > - > > > except it uses the same host name and port for both. So, there is > > > nothing I can see from the edit screen that indicates why it thinks > they > > > are different. =20 > > >=20 > > > Furthermore, if I broadcast again, I would expect it to either re-add > > > both, or add nothing. Instead, it adds just one of them! Every new > > > broadcast adds one more server with the same name, same config settin= gs. > > >=20 > > >=20 > > > Hope that helps and wasn't too much information. > >=20 > > Ok, I see what is going on how - Webmin isn't handling a packet being > > received twice from the same address in the same scan. This will be fix= ed > > in the next release though. > >=20 > > - Jamie > >=20 > >=20 > > ------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > > files > > for problems? Stop! Download the new AJAX search engine that makes > > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat= =3D121642 > >=20 > > --- message truncated --- > >=20 > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > > files > > for problems? Stop! Download the new AJAX search engine that makes > > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat= =3D121642 > > - > > Forwarded by the Webmin mailing list at web...@li...= .net > > To remove yourself from this list, go to > > http://lists.sourceforge.net/lists/listinfo/webadmin-list > >=20 > > Notice: All email and instant messages (including attachments) sent > to > > or from Franklin Templeton Investments (FTI) personnel may be retained, > > monitored and/or reviewed by FTI and its agents, or authorized > > law enforcement personnel, without further notice or consent. > >=20 > >=20 > > ------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > > files > > for problems? Stop! Download the new AJAX search engine that makes > > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > > http://sel.as-us.falkag.net/sel?cmd- > > Forwarded by the Webmin mailing list at web...@li...= .net > > To remove yourself from this list, go to > > http://lists.sourceforge.net/lists/listinfo/webadmin-list >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat= =3D121642 > - > Forwarded by the Webmin mailing list at web...@li....n= et > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list >=20 > Notice: All email and instant messages (including attachments) sent to > or from Franklin Templeton Investments (FTI) personnel may be retained, > monitored and/or reviewed by FTI and its agents, or authorized > law enforcement personnel, without further notice or consent. >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd- > Forwarded by the Webmin mailing list at web...@li....n= et > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat=3D1= 21642 - Forwarded by the Webmin mailing list at web...@li... To remove yourself from this list, go to http://lists.sourceforge.net/lists/listinfo/webadmin-list Notice: All email and instant messages (including attachments) sent to or from Franklin Templeton Investments (FTI) personnel may be retained, monitored and/or reviewed by FTI and its agents, or authorized law enforcement personnel, without further notice or consent. |