<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>Frequently Asked Questions About Linux / UNIX &#187; account password</title> <atom:link href="http://www.cyberciti.biz/faq/tag/account-password/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 03 Feb 2012 22:38:32 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Linux: Force Users To Change Their Passwords Upon First Login</title><link>http://www.cyberciti.biz/faq/rhel-debian-force-users-to-change-passwords/</link> <comments>http://www.cyberciti.biz/faq/rhel-debian-force-users-to-change-passwords/#comments</comments> <pubDate>Thu, 11 Sep 2008 06:18:57 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[User Management]]></category> <category><![CDATA[account password]]></category> <category><![CDATA[chage command]]></category> <category><![CDATA[enterprise linux]]></category> <category><![CDATA[linux users]]></category> <category><![CDATA[passwords]]></category> <category><![CDATA[rhel]]></category> <category><![CDATA[usermod command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1721</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/linux/' title='See all GNU/Linux related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> <span
style='color: rgb(255, 0, 0);'>Q.</span> How can I force my Linux users to change their passwords upon the first login under CentOS / Debian Linux?]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/rhel-debian-force-users-to-change-passwords/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Postfix SASL ERROR: Password not accepted from server: 535 5.7.0 Error: authentication failed: authentication failure</title><link>http://www.cyberciti.biz/faq/rhel-linux-postfix-sasl-authentication-error/</link> <comments>http://www.cyberciti.biz/faq/rhel-linux-postfix-sasl-authentication-error/#comments</comments> <pubDate>Tue, 27 May 2008 16:41:53 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[EMail Servers]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[account password]]></category> <category><![CDATA[authentication failure]]></category> <category><![CDATA[cyrus sasl]]></category> <category><![CDATA[data security]]></category> <category><![CDATA[email server]]></category> <category><![CDATA[enterprise linux]]></category> <category><![CDATA[file error]]></category> <category><![CDATA[internet protocols]]></category> <category><![CDATA[mechanisms]]></category> <category><![CDATA[postfix]]></category> <category><![CDATA[red hat enterprise]]></category> <category><![CDATA[sasl library]]></category> <category><![CDATA[saslpasswd2 command]]></category> <category><![CDATA[security layer]]></category> <category><![CDATA[server administrator]]></category> <category><![CDATA[server programs]]></category> <category><![CDATA[shell]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1082</guid> <description><![CDATA[Q. I've recently changed email user account password using passwd command, for one my postfix email server which requires SMTP authentication before sending an email. Now following error is logged into my /var/log/maillog file: ERROR: Password not accepted from server: 535 5.7.0 Error: authentication failed: authentication failure How do I solve this problem under Red [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/rhel-linux-postfix-sasl-authentication-error/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Linux deny or block user login</title><link>http://www.cyberciti.biz/faq/howto-linux-deny-user-login/</link> <comments>http://www.cyberciti.biz/faq/howto-linux-deny-user-login/#comments</comments> <pubDate>Sun, 12 Aug 2007 14:28:29 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian / Ubuntu]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[Suse]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[account password]]></category> <category><![CDATA[allow login]]></category> <category><![CDATA[deny login]]></category> <category><![CDATA[encrypted password]]></category> <category><![CDATA[passwd command]]></category> <category><![CDATA[usermod command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-linux-deny-user-login/</guid> <description><![CDATA[Q. How do I deny or block user login for user id tom? I’m using CentOS 5 Linux server OS. A.. You need to use passwd command. Deny user login by locking out account Pass -l option to passwd command. It is used to lock the specified account and it is available to root only. [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/howto-linux-deny-user-login/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
