<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SU01 Alias minimum length in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/su01-alias-minimum-length/m-p/6572406#M1433039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately, SAP don't provide any BADI to check user details during creation. SAP only check if there is already a user with same alias. So as Julius mentioned you need to force the minimal length in your web application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 31 Jan 2010 22:37:34 GMT</pubDate>
    <dc:creator>mvoros</dc:creator>
    <dc:date>2010-01-31T22:37:34Z</dc:date>
    <item>
      <title>SU01 Alias minimum length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/su01-alias-minimum-length/m-p/6572404#M1433037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are planning an external facing SAP e-recruitment site. Our security advisers have recommended that we enforce a minimum length for the SU01 login alias. I'm not sure it is possible using, for instance, SAP rz10 parameters. There's plenty  for minimum password length, etc which  we have implemented but nothing I can see for min alias length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 14:13:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/su01-alias-minimum-length/m-p/6572404#M1433037</guid>
      <dc:creator>chrisb1</dc:creator>
      <dc:date>2010-01-29T14:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: SU01 Alias minimum length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/su01-alias-minimum-length/m-p/6572405#M1433038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can just catch the length of the requested alias name in your web application already?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, the only thing I noticed is that during the existance check on the backend, the system generates an alias name if it is already in use, and this is "folded" into a 10 character name plus 2 additional sequential numbers (00 to 99) - so I would not make the minimum more than 12 on the front-end size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12 is also the length of XUBNAME for the user switch to a "proper" named ID so you should ideally make 12 the maximum as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 15:11:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/su01-alias-minimum-length/m-p/6572405#M1433038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-29T15:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: SU01 Alias minimum length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/su01-alias-minimum-length/m-p/6572406#M1433039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately, SAP don't provide any BADI to check user details during creation. SAP only check if there is already a user with same alias. So as Julius mentioned you need to force the minimal length in your web application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jan 2010 22:37:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/su01-alias-minimum-length/m-p/6572406#M1433039</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-01-31T22:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: SU01 Alias minimum length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/su01-alias-minimum-length/m-p/6572407#M1433040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There were exits for SU01 and role assignment in PFCG (see  [SAP Note 367660|https://service.sap.com/sap/support/notes/367660] if you can access it) but they were (to be) replaced by BADI's (not sure of the details though). I have my doubts that those BADI's will touch the business logic of the user alias.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I still find this approach strange, as the Internet User Concept is now obsolete (see [SAP Note 1324366|https://service.sap.com/sap/support/notes/1324366] ) so will need to be migrated to SU01 users anyway...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2010 09:33:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/su01-alias-minimum-length/m-p/6572407#M1433040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-01T09:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: SU01 Alias minimum length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/su01-alias-minimum-length/m-p/6572408#M1433041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Many Thanks for all your replies - I've passed this over to our developers who will change the login screen to include a minimum alias length&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 07:56:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/su01-alias-minimum-length/m-p/6572408#M1433041</guid>
      <dc:creator>chrisb1</dc:creator>
      <dc:date>2010-02-04T07:56:37Z</dc:date>
    </item>
  </channel>
</rss>

