<?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>Xerox - MrJordanRoth.com</title>
	<atom:link href="https://mrjordanroth.com/tag/xerox/feed/" rel="self" type="application/rss+xml" />
	<link>https://mrjordanroth.com</link>
	<description>Photography, technical, and a little bit of everything else.</description>
	<lastBuildDate>Sat, 10 Jun 2023 16:08:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Custom LDAP Filters for Active Users on Xerox Devices</title>
		<link>https://mrjordanroth.com/2023/06/custom-ldap-filters-for-active-users-on-xerox-devices/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=custom-ldap-filters-for-active-users-on-xerox-devices</link>
					<comments>https://mrjordanroth.com/2023/06/custom-ldap-filters-for-active-users-on-xerox-devices/#comments</comments>
		
		<dc:creator><![CDATA[Jordan Roth]]></dc:creator>
		<pubDate>Sat, 10 Jun 2023 16:08:40 +0000</pubDate>
				<category><![CDATA[Tech Tip]]></category>
		<category><![CDATA[disabled users]]></category>
		<category><![CDATA[Filter]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[Xerox]]></category>
		<guid isPermaLink="false">https://mrjordanroth.com/?p=223</guid>

					<description><![CDATA[<p>In today&#8217;s fast-paced business environment, efficient device management is crucial for maintaining productivity and security. Xerox devices, widely known for their reliability and advanced features, can&#46;&#46;&#46;</p>
<p>The post <a href="https://mrjordanroth.com/2023/06/custom-ldap-filters-for-active-users-on-xerox-devices/">Custom LDAP Filters for Active Users on Xerox Devices</a> first appeared on <a href="https://mrjordanroth.com">MrJordanRoth.com</a>.</p>]]></description>
										<content:encoded><![CDATA[<p class="wp-block-paragraph">In today&#8217;s fast-paced business environment, efficient device management is crucial for maintaining productivity and security. Xerox devices, widely known for their reliability and advanced features, can be further optimized by implementing custom LDAP filters. In this blog post, we&#8217;ll explore the power of a specific LDAP filter that allows you to display only active users from Active Directory on Xerox devices. By leveraging this filter, you can streamline device access and enhance the overall user experience.</p>



<p class="wp-block-paragraph"><strong>LDAP Filter:</strong> (&amp;(cn=LDAP*)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))</p>



<p class="wp-block-paragraph"><strong>Let&#8217;s break down the LDAP filter and understand its components:</strong></p>



<ol class="wp-block-list">
<li>&amp;(cn=LDAP<em>): The filter begins with the ampersand symbol (&amp;), indicating a logical AND operation. The cn attribute is used to filter objects based on their common name. In this case, &#8220;LDAP</em>&#8221; denotes that the common name starts with &#8220;LDAP.&#8221;</li>



<li>!(userAccountControl:1.2.840.113556.1.4.803:=2): The exclamation mark (!) negates the condition that follows, which allows us to exclude certain user accounts. The userAccountControl attribute stores various account control flags and the value 2 represents the &#8220;ACCOUNT_DISABLED&#8221; flag. By excluding user accounts with this flag, we ensure that only active users are displayed.</li>
</ol>



<p class="wp-block-paragraph"><strong>By integrating this LDAP filter into your Xerox device configuration, you can experience several significant benefits:</strong></p>



<ol class="wp-block-list">
<li>Enhanced Security: By excluding disabled user accounts, you reduce the risk of unauthorized access to your Xerox devices. Only active users will have visibility and control over these devices, bolstering your overall security posture.</li>



<li>Improved User Experience: Displaying only active users simplifies the device selection process for users. It eliminates clutter and minimizes the chances of inadvertently selecting an inactive account, leading to a smoother and more efficient user experience.</li>



<li>Streamlined Device Access: With the LDAP filter in place, administrators and users can quickly locate and interact with active accounts. This streamlines device access, saving time and ensuring that users can seamlessly carry out their tasks without unnecessary disruptions.</li>
</ol>



<p class="wp-block-paragraph"><strong>To implement this LDAP filter on Xerox devices, follow these steps:</strong></p>



<ol class="wp-block-list">
<li>Access the device&#8217;s web-based administration interface.</li>



<li>Navigate to the LDAP settings or user authentication section.</li>



<li>Locate the field for custom LDAP filters and enter the filter: <br>(&amp;(cn=LDAP*)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))</li>



<li>Save the configuration changes.</li>



<li>Test the LDAP filter by accessing the device and verifying that only active users are displayed.</li>
</ol>



<p class="wp-block-paragraph">Custom LDAP filters offer a powerful toolset for optimizing device management on Xerox devices. By utilizing the LDAP filter provided in this blog post, you can ensure that only active users from Active Directory are visible, enhancing security and streamlining device access. Take advantage of this filter to unleash the full potential of your Xerox devices and empower your workforce with a seamless and efficient user experience.</p><p>The post <a href="https://mrjordanroth.com/2023/06/custom-ldap-filters-for-active-users-on-xerox-devices/">Custom LDAP Filters for Active Users on Xerox Devices</a> first appeared on <a href="https://mrjordanroth.com">MrJordanRoth.com</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://mrjordanroth.com/2023/06/custom-ldap-filters-for-active-users-on-xerox-devices/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>SMTP services fail with app password on Yahoo servers</title>
		<link>https://mrjordanroth.com/2022/03/smtp-services-fail-with-app-password-on-yahoo-servers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=smtp-services-fail-with-app-password-on-yahoo-servers</link>
					<comments>https://mrjordanroth.com/2022/03/smtp-services-fail-with-app-password-on-yahoo-servers/#respond</comments>
		
		<dc:creator><![CDATA[Jordan Roth]]></dc:creator>
		<pubDate>Wed, 30 Mar 2022 20:26:02 +0000</pubDate>
				<category><![CDATA[Tech Tip]]></category>
		<category><![CDATA[CC]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[NULL]]></category>
		<category><![CDATA[SMTP]]></category>
		<category><![CDATA[smtp.mail.yahoo.com]]></category>
		<category><![CDATA[TO]]></category>
		<category><![CDATA[Xerox]]></category>
		<category><![CDATA[Yahoo]]></category>
		<guid isPermaLink="false">https://mrjordanroth.com/?p=63</guid>

					<description><![CDATA[<p>We have noticed an increase in calls with customers scanning email utilizing the SMTP servers of Yahoo. The message is simple &#8220;Job failed. No messages were&#46;&#46;&#46;</p>
<p>The post <a href="https://mrjordanroth.com/2022/03/smtp-services-fail-with-app-password-on-yahoo-servers/">SMTP services fail with app password on Yahoo servers</a> first appeared on <a href="https://mrjordanroth.com">MrJordanRoth.com</a>.</p>]]></description>
										<content:encoded><![CDATA[<div class="wp-block-image"><figure class="alignright size-full"><img decoding="async" width="260" height="135" src="https://mrjordanroth.com/wp-content/uploads/2022/03/Xerox-SMTP-Failure.png" alt="" class="wp-image-65"/></figure></div>



<p class="wp-block-paragraph">We have noticed an increase in calls with customers scanning email utilizing the SMTP servers of Yahoo. The message is simple &#8220;Job failed. No messages were sent. Could not communicate with the sending mail server (SMTP). Contact your System Administrator.&#8221; At first, it seemed the messages never made it over to the Yahoo servers, but today I dug in a little further and noticed the test e-mails from the machines and the actual e-mails from the user interfaces were actually being transmitted to the servers &#8211; however, they were stuck in the Drafts folder.  I examined the message and noticed each time there was a NULL e-mail address in the CC field.</p>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="849" height="402" src="https://mrjordanroth.com/wp-content/uploads/2022/03/Yahoo-Drafts.png" alt="" class="wp-image-64" srcset="https://mrjordanroth.com/wp-content/uploads/2022/03/Yahoo-Drafts.png 849w, https://mrjordanroth.com/wp-content/uploads/2022/03/Yahoo-Drafts-300x142.png 300w, https://mrjordanroth.com/wp-content/uploads/2022/03/Yahoo-Drafts-768x364.png 768w, https://mrjordanroth.com/wp-content/uploads/2022/03/Yahoo-Drafts-720x341.png 720w" sizes="(max-width: 849px) 100vw, 849px" /></figure>



<p class="wp-block-paragraph">Since I saw this NULL character in the CC field, I decided to test this by sending an e-mail from the machine&#8217;s user interface with a TO and a CC address, and to my astonishment, it was completed successfully.  I have reached out to Xerox which said they were aware of an ongoing issue with Yahoo SMTP servers since Rogers was moving to their servers, but haven&#8217;t seen this exact issue. I have also contacted Yahoo support, or should I say I tried, but without a paid subscription to their plus service I was only able to get extremely basic information or refer to help.yahoo.com or the online chat &#8211; which was completely useless.</p>



<p class="wp-block-paragraph">As of this writing, a workaround is to use the Auto Add Me to the CC field or to add an e-mail address to the TO and CC field when sending an e-mail. If I get any updates or find anything else additional, I will be sure to update this post.</p>



<p class="wp-block-paragraph">SMTP Server: smtp.mail.yahoo.com<br>Port: 587 w/ STARTTLS<br>Username: full yahoo email address<br>Password: app password</p><p>The post <a href="https://mrjordanroth.com/2022/03/smtp-services-fail-with-app-password-on-yahoo-servers/">SMTP services fail with app password on Yahoo servers</a> first appeared on <a href="https://mrjordanroth.com">MrJordanRoth.com</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://mrjordanroth.com/2022/03/smtp-services-fail-with-app-password-on-yahoo-servers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
