SSO fails - userPassword having special characters

Hi,
This is a tricky situation i'm handling. I did a insert of around 1000 users into Sun DS whose userPassword contained special characters accepted by DS. mainly + and ;.
For seeing if authentication will work, i just created a user through AM Console having userid and password both containing special characters. IT WORKED!! Hooray upto now.
Here comes the problem. The backend insert was done through creating an LDIF file with all user attributes and using ldapadd to insert them. From what i've read, userPassword gets encrypted using SSHA. Fine with me!! Now, when i login using one of the uid's i inserted through the LDIF file, it says Authentication Failed. Okey dokey! I went n changed the same user's (who was born from the LDIF file) password through AM Console and voila!! Now am able to login using the same uid which was not able to login before.
This is something very strange.. Can somebody throw some light on how I'm supposed to inserting user's password in the LDIF the same way AM Console seems to be doing it? You're help will be much appreciated.
My LDIF has the following attributes which concern uid and pwd
dn: uid=test\+,ou=People,o=test,dc=sample,dc=com
sn: test
givenname: guy
uid: test\+
uid: test+
userPassword: test+
I even tried with test\+ in the password. Still doesnt work!! HELP!!!

thanks for the replies.
iAMTheGuy,
I am using AM 7.1(which came along with Sun Portal server 7.1) installed in legacy mode.
Eric,
I use ldapmodify to add users. I noticed encryption happens automatically, so i dont know pwdhash is needed. I have to note one thing. The authentication works if I add the user from AMCONSOLE and that user has special characters. This is A OK..
All,
But i still have problems with adding user in LDIF file with special character in userPassword. I use only the ldapmodify -a command with the user attributes that are needed to insert a simple user.. stuff like cn,sn,givenname and the likes. I am able to add users & configure them for JDBC authentication to MySQL. This works fine.. LDIF users + JDBC authentication is great. But I might have to accomodate a scenario where LDAP authentication will be used in the near future. So, password havin special characters is needed considering the users in MySQL are allowed such passwords & may be migrated in the future .
Any workarounds? Or should i give up using passwords with special characters.
I had a suggestion, not sure if it'll work. Some1 please shed light on this. In case, I store the password with special characters in some other attribute, say title or some custom attribute not shown in AMCONSOLE, can i change LDAP authentication to use that attribute instead of userPassword? is userPassword the constant attribute for authentication?
Edited by: envious1 on Nov 12, 2007 2:35 AM

Similar Messages

  • 802.1X PEAP fails when using special characters in login

    I am using MS AD & NPS for 802.1X Enterprise authentication with PEAP (no client certificate - MS-CHAPv2 user credentials for login). This works fine for iOS devices on 8.1 (iPhone 5 and iPad mini) and 6.1.6 (iPhone 3GS) when the user has standard "English" ASCII characters in the username and password.
    However, when I introduce Unicode special accented characters in the login name or password such as French é/ù or Spanish ñ then after accepting the server cert authentication fails with "Incorrect username or password for <WLAN name>". Windows 7 and CentOS 6.5 laptops have no problem authenticating to the same setup with either "English" credentials or ones with special accented characters. I also tried an old iPod touch on ancient software version and that fails, so its not something recently introduced.
    I tried using a different access point (TP-Link instead of Ruckus) and had exactly the same issue, so highly unlikely this is an AP issue.
    Then I setup FreeRadius with and see exactly the same issue, so its highly unlikely to be a MS AD/NPS issue.
    When comparing a working/failed authentication Wireshark packet capture on the NPS server, I see the failed attempt is missing the last 4 packets in the authentication exchange. The last packet sent is an Access-Challenge from the NPS server and no response from the iOS device, so the NPS server never even sends an Access-Reject. The iOS device appears to have decided it can't resolve the special characters and terminates the authentication attempt.
    To me this seems to be an Apple iOS software deficiency when using Unicode special characters in the username or password for 801.2X authentication?

    Enterprise support:
    Call enterprise support  (866) 752-7753  to create  a case ID number
    Get an account at
    http://developer.apple.com/  then submit a bug report to http://bugreporter.apple.com/
    Once on the bugreporter page,
       -- click on New icon
       -- See if you need to attach a log file or log files, clicking on Show instructions for gathering logs.  Scroll down to find the area or application that matches the problem.
       -- etc.
    Developers:
    "Submitting Bugs and Feedback
    Your feedback goes a long way towards making our products even better. With Apple Bug Reporter, you can submit bug reports or request enhancements to APIs and developer tools."
    https://developer.apple.com/bug-reporting/

  • How  create data type for coulmn name having special characters in IR

    hi ,
    any idea how to create how to do create data type for coulmn name having special characters

    Hi Amit,
    Can you ellaborate ?
    Actually if you are reading a file(or anything else) which contains special characters, the data type can be created as done for other interfaces. But it is in the adapters that we actually take care of handling these special characters.
    ShabZ

  • Rename Files while uploading, having special characters in File Name.

    Hello Forum,
    In our SharePoint environment, we are having many document library. Our users regularly uploads files to the documents library. As SharePoint doesn't allow to use "&"  character in file name, it'll throw an exception regarding the file
    name.
    Now what I needed is :
    Is there any way to remove "&" character while uploading files? Can we replace "&" with any other character while uploading files.
    If is there any paid solution available, leave comment.
    Thanks in Advance.

    You have to change the folder/file names before hand then upload them to Sharepoint.
    here is the script which will scan the files/folder and find the special charaters and fix for you.
    http://get-spscripts.com/2011/11/use-powershell-to-check-for-illegal.html
    Courtesy :Waqas
    Sarwar(MCSE 2013)
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Infopath form having special characters

    i have info path form  and having attachment of documentsand running out of the box approval workflow if form contains any special character it save in the list but does not generate the workflow
    what is recommended to resolve the issue?
    MCTS,ITIL

    Hi Shahid,
    Do you have any updates?
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • Special Characters and spaces in Tablenames and Column Names are allowed ?

    Hi
    I have created two tables in Oracle10g
    as follows
    SQL> create table test(columna number,columnb varchar2(20),primary key(columna));
    Table created.
    SQL> insert into test values(1,'test');
    1 row created.
    SQL> commit;
    COMMIT är utfört.
    SQL> create table "test quote"("#" number,abc number,primary key("#"));
    Table created.
    SQL> insert into "test quote" values(1,2);
    1 row created.
    SQL> commit;
    COMMIT är utfört.
    SQL> select * from "test quote";
    # ABC
    1 2
    SQL> select * from test;
    COLUMNA COLUMNB
    1 test
    Now I want to cache the tables and their data into TimesTen
    The cache group for table test which is not having any spaces and special characters in table name and column names is created perfectly.
    But when I create the cache group for table "test quote" which is having special characters and spaces it gives error :
    Command>create readonly cache group w2 from testuser.test(columna number,columnb varchar2(20),primary key(columna));
    Command>select * from test;
    <1,test>
    1 row found.
    Command>create readonly cache group w3 from testuser."test quote"("#" number,abc number,primary key("#"));
    5140: Could not find TESTUSER.TEST QUOTE in Oracle. May not have privileges.
    Command Failed.
    Now there is contradiction that why cache group for table test is created successfully and why it is not being created for table "test quote".
    What I think is if special characters and spaces in column names and table names are possible in Oracle then it sould be possible in TimesTen.
    Any possible solution.
    Looking forward for your reply.
    Please help I am stuck badly.
    /Ahmad

    Hi
    Problem Solved ....... Remeber only Capital letters work with special characters ......
    /Ahmad

  • Special Characters in XML Publisher PDF Output

    Hi,
    I'm printing "Long Text" in report output in every line based on tab.
    Report output is having special characters like \n.
    I was using below to print in next line, any suggestions for removing \n.
    Below is what was happening:
    ===================
    RDF:
    =====
    lv_notes := replace(:CF_LONG_TEXT_DESC, chr(9), ' ') ;
    lv_notes1 := replace(lv_notes, chr(10), ' ') ;
    lv_notes2 := replace(lv_notes1, chr(13), ' ') ;
    XML
    ===
    <CF_LONG_TEXT_desc>
    Initial Billing Amount: $549,180.00 \n \n Computation: \n a) Estimated Number of Full-Time Students: 12,000 \n
    b) Estimated Number of Calendar Days: 113 \n
    c) Calendar Date (From - To): 1/18/2011 - 5/10/2011 \n
    d) Multiply by: $0.81 \n
    e) Estimated Total Costs: $1,098,360.00 \n
    f) Initial Billing Amount represents 50% of Estimated Total Costs. \n
    \n \n
    If you have questions about your invoice please contact Darud Akbar at (312) 681-2724.
    </CF_LONG_TEXT_desc>
    PDF Output
    ==========
    Initial Billing Amount: $549,180.00 \n \n Computation: \n a) Estimated Number of Full-Time Students: 12,000 \n
    b) Estimated Number of Calendar Days: 113 \n
    c) Calendar Date (From - To): 1/18/2011 - 5/10/2011 \n
    d) Multiply by: $0.81 \n
    e) Estimated Total Costs: $1,098,360.00 \n
    f) Initial Billing Amount represents 50% of Estimated Total Costs. \n
    \n \n
    If you have questions about your invoice please contact Darud Akbar at (312) 681-2724.
    Thanks.

    >
    Initial Value
    =======
    <?CF_LONG_TEXT_desc?>
    Changed to (Below gives me error)
    ========
    <?<xsl:value-of select="translate(CF_LONG_TEXT_desc,'\n','')"/>?>
    Changed to (Below doesn't fetch data)
    ========
    <xsl:value-of select="translate(CF_LONG_TEXT_desc,'\n','')"/>
    >
    must be in field as
    <xsl:value-of select="translate(CF_LONG_TEXT_desc,'\n','')"/>

  • Oracle SQL query for getting specific special characters from a table

    Hi all,
    This is my table
    Table Name- Table1
    S.no    Name
    1          aaaaaaaa
    2          a1234sgjghb
    3          a@3$%jkhkjn
    4          abcd-dfghjik
    5          bbvxzckvbzxcv&^%#
    6          ashgweqfg/gfjwgefj////
    7          sdsaf$([]:'
    8          <-fdsjgbdfsg
    9           dfgfdgfd"uodf
    10         aaaa  bbbbz#$
    11         cccc dddd-/mnm
    The output has to be
    S.no    Name
    3          a@3$%jkhkjn
    5          bbvxzckvbzxcv&^%#
    7          sdsaf$([]:'
    8          <-fdsjgbdfsg
    10         aaaa  bbbbz#$
    It has to return "Name" column which is having special characters,whereas some special chars like -, / ," and space are acceptable.
    The Oracle query has to print columns having special characters excluding -,/," and space
    Can anyone help me to get a SQL query for the above.
    Thanks in advance.

    You can achieve it in multiple ways. Here are few.
    SQL> with t
      2  as
      3  (
      4  select 1 id, 'aaaaaaaa' name from dual union all
      5  select 2 id, 'a1234sgjghb' name from dual union all
      6  select 3 id, 'a@3$%jkhkjn' name from dual union all
      7  select 4 id, 'abcd-dfghjik' name from dual union all
      8  select 5 id, 'bbvxzckvbzxcv&^%#' name from dual union all
      9  select 6 id, 'ashgweqfg/gfjwgefj////' name from dual union all
    10  select 7 id, 'sdsaf$([]:''' name from dual union all
    11  select 8 id, '<-fdsjgbdfsg' name from dual union all
    12  select 9 id, 'dfgfdgfd"uodf' name from dual union all
    13  select 10 id, 'aaaa  bbbbz#$' name from dual union all
    14  select 11 id, 'cccc dddd-/mnm' name from dual
    15  )
    16  select *
    17    from t
    18   where regexp_like(translate(name,'a-/" ','a'), '[^[:alnum:]]');
            ID NAME
             3 a@3$%jkhkjn
             5 bbvxzckvbzxcv&^%#
             7 sdsaf$([]:'
             8 <-fdsjgbdfsg
            10 aaaa  bbbbz#$
    SQL> with t
      2  as
      3  (
      4  select 1 id, 'aaaaaaaa' name from dual union all
      5  select 2 id, 'a1234sgjghb' name from dual union all
      6  select 3 id, 'a@3$%jkhkjn' name from dual union all
      7  select 4 id, 'abcd-dfghjik' name from dual union all
      8  select 5 id, 'bbvxzckvbzxcv&^%#' name from dual union all
      9  select 6 id, 'ashgweqfg/gfjwgefj////' name from dual union all
    10  select 7 id, 'sdsaf$([]:''' name from dual union all
    11  select 8 id, '<-fdsjgbdfsg' name from dual union all
    12  select 9 id, 'dfgfdgfd"uodf' name from dual union all
    13  select 10 id, 'aaaa  bbbbz#$' name from dual union all
    14  select 11 id, 'cccc dddd-/mnm' name from dual
    15  )
    16  select *
    17    from t
    18   where translate
    19         (
    20            lower(translate(name,'a-/" ','a'))
    21          , '.0123456789abcdefghijklmnopqrstuvwxyz'
    22          , '.'
    23         ) is not null;
            ID NAME
             3 a@3$%jkhkjn
             5 bbvxzckvbzxcv&^%#
             7 sdsaf$([]:'
             8 <-fdsjgbdfsg
            10 aaaa  bbbbz#$
    SQL>

  • Prob. with finding the unique special characters

    Hi Friends,
    I have a table having special characters as data
    ex:
    š
    Š
    Ř
    Š
    ř
    Ř
    when i query for distinct (unique) data as "select distinct(entity) from tname;
    it results
    Š
    Ř
    I need unique values (upper and lower spsl charcters has different ascii) as
    š
    Š
    Ř
    ř
    Please help me to accomplish this task.
    Thanks
    Maha

    Have you tried
    select distinct entity, ascii(entity) from tname;Cheers
    Sarma.

  • Cannot read out loud special characters when text is french

    Hi everyone,
    First of all, I hope my english is on par for your understanding. I speak french as first language and we use the French installation of our Adobe products.
    Working in the IT department, our clients working in the communications department currently use Acrobat pro X on Mac 10.8 to make accessible PDFs. Before I reinstalled their iMacs with a fresh copy of 10.8, they were working on OSX 10.6, also with Acrobat Pro X. They didn't have the following issue.
    Since the fresh 10.8 install, they cannot use the read out loud function properly. As you may know, with french language comes the use of special characters. Lots of them. But Acrobat will not read out loud any sentence or paragraph having special characters like " é, à, ù, è" and such.
    I first contacted Adobe, a few weeks ago, through their Live chat function, about this problem. They addressed the issue by stating that they do not support Acrobat X on 10.8. I had to reinstall Acrobat using version XI in order to receive support. Fortunately, I was able to download the correct version and use it in trial mode. Unfortunatly though, I still had the same issue. It seems that I no longer have access to Live chat, so I turn to you all for help.
    Also, I have a French voice pack in OSX and when I use the Voiceover function in OSX, outside of Acrobat, the system reads out loud any accents or special characters like it should. This is mainly why I associated the issue with Acrobat and not OSX.
    If you need clarifications, ask away and I will get back as soon as possible.
    Thank you for your time.

    Used your sentence "TTS is closed October 9th." in a Word file and output a tagged PDF via PDFMaker.
    Added Alt Text for the tag that was the parent for the container holding the text string.
    ROL with Acrobat 9 Pro and Acrobat X Pro spoke the entered Alt Text.
    In short, could not duplicate what you've described.
    Perhaps an Acrobat repair or processing any outstanding updates could resolve things.
    Or a return to the structure tree may be in order. Look for what is amiss there.
    Be well...

  • Is there any other way to handle special characters other than using CDATA?

    I have xerces parser with which i am trying to parse data having special characters. Special characters also include other ascii characters. I tried using CDATA Section but still the problem persists.
    It would be really helpful if anyone can help me in solving this problem.
    Error encountered :
    org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0xf) was found in the CDATA section.
    The XML which I use contains junk characters also . Have a look at the following:
    <?xml version='1.0' encoding='UTF-8' ?>
    <IMAGE_RESPONSE xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:noNamespaceSchemaLocation='ImageResponse.xsd'>
    <IMG_TYPE>PNG</IMG_TYPE>
    <IMG_WIDTH>650</IMG_WIDTH>
    <IMG_HEIGHT>250</IMG_HEIGHT>
    <IMAGE_DATA>
    <IMGKEY>20020827:00000000:100000000010:02:</IMGKEY>
    <IMAGE_INFO>This is image info</IMAGE_INFO>
    <IMG_SOURCE>DCE_CIMS</IMG_SOURCE>
    <FRONT_IMG_FBW><![CDATA[�����&�J�Z�R��]]></FRONT_IMG_FBW>
    <FBW_ERROR>B</FBW_ERROR>
    <FRONT_IMG_FGS>C</FRONT_IMG_FGS>
    <FGS_ERROR>D</FGS_ERROR>
    <BACK_IMG_BBW>E</BACK_IMG_BBW>
    <BBW_ERROR>D</BBW_ERROR>
    <BACK_IMG_BGS>A</BACK_IMG_BGS>
    <BGS_ERROR>Unable to retrieve Back Gray-Scale image</BGS_ERROR>
    </IMAGE_DATA>
    </IMAGE_RESPONSE>

    java.net.URLEncoder.encode( text )
    I've found this to be a pretty easy way to handle invalid characters...

  • SQL Loader doesn't handle special characters

    Hi All:
    My DB characterset and NLS characterset is UTF8.
    When i tried to insert records with SQL *Loader having special characters, it doesn't get stored correctly, so when i try to get it out thru' SQLPlus Worksheet, it displays garbage characters.
    Do we have to set something in the control file?
    Pls. help.

    You need to create the data file in UTF8 format. For eg. On Win2K, "Save As" in Notepad as UTF8. Or use the uniconv utility to convert the data file to utf8.
    Here is an example of a control file
    'sqlldr32.cnt'
    load data
    infile 'sqlldr32.dat'
    APPEND into table nls_demo
    fields terminated by ',' optionally enclosed by '"'
    (myno char(10),
    myname char(40),
    mydesc char(1000))
    null

  • Special characters in CLOB are making report fail

    Hi-
    I am working on a report which is refering CLOB column from database. If the CLOB had special characters like & or <, the report is returning error 'Expected name instead of .' I created a view and stored CLOB as varchar2 and refered the view in query and the report works fine, but the drawback of this is varchar2 max limit is 4000 chars and the text i intend to show is more than 4000 chars.
    Can someone share any ideas on how to get around this error?
    Thanks in advance.

    Hmm, thought I'd dig a little to see what you guys mean. Indeed XML Publisher Data Template doesn't translate CLOB special characters and so BIP chokes!
    My advice - log a bug and write XML output in PL/SQL.
    Here's my working for reference (note spaces added after & to preserve special chars!):
    CREATE TABLE test_clob (
    id            NUMBER(15)
    , file_name     VARCHAR2(1000)
    , file_contents CLOB
    , timestamp     DATE
    insert into test_clob
    (id,file_name, file_contents)
    values
    (3,'Greeting = <Hello, world>','Greeting = <Hello, my funky file contents>');
    ed gg.sql
    select '<?xml version="1.0" encoding="UTF-8" ?>'
    from dual;
    select xmlelement("row",
                      xmlelement("file_name", file_name),
                      xmlelement("file_contents", file_contents))
    from   test_clob
    where  id = 3;
    :q
    set serverout off termout off echo off verify off head off trimspool on
    set lines 300 pages 0 long 20000
    spool gg.xml
    @gg
    spool off
    exit
    cat gg.xml
    <?xml version="1.0" encoding="UTF-8" ?>
    <row><file_name>Greeting = & lt;Hello, world& gt;</file_name><file_contents>Greeting = & lt;Hello, my funky file contents& gt;</file_contents></row>
    OKAY: both fields translated! Let's try using dataTemplate
    <?xml version = '1.0' encoding = 'utf-8'?>
    <dataTemplate name="XXV8_CLOB" description="$Header$" defaultPackage="" Version="1.0">
    <parameters>
    </parameters>
    <properties>
    <property name="include_parameters" value="true" />
    <property name="include_null_Element" value="true" />
    <property name="include_rowsettag" value="false" />
    <property name="scalable_mode" value="on" />
    <property name="debug_mode" value="off" />
    </properties>
    <dataQuery>
    <sqlStatement name="Q_LOBS">
    <![CDATA[
    select file_name, file_contents
    from   test_clob
    where  id = 3
    ]]>
    </sqlStatement>
    </dataQuery>
    </dataTemplate>
    OUTPUT:
    <?xml version="1.0" encoding="UTF-8"?>
    <XXV8_CLOB>
    <LIST_Q_LOBS>
    <Q_LOBS>
    <FILE_NAME>Greeting = & lt;Hello, world& gt;</FILE_NAME>
    <FILE_CONTENTS>
    Greeting = <Hello, my funky file contents></FILE_CONTENTS>
    </Q_LOBS>
    </LIST_Q_LOBS>
    </XXV8_CLOB>
    CHOKE:
    Post-processing of request 2805016 failed at 18-MAR-2008 22:59:19 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    Error message in OPP output processor:
    Template code: XXV8_CLOB
    Template app:  XXV8
    Language:      en
    Territory:     US
    Output type:   PDF
    [3/18/08 10:59:18 PM] [UNEXPECTED] [752315:RT2805016] java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeParse(XSLT10gR1.java:517)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:224)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:177)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1657)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:967)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5888)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3438)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3527)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:247)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    Caused by: oracle.xdo.parser.v2.XMLParseException: Expected name instead of ,.
         at oracle.xdo.parser.v2.XMLError.flushErrors1(XMLError.java:324)
         at oracle.xdo.parser.v2.XMLReader.scanNameChars(XMLReader.java:1056)
         at oracle.xdo.parser.v2.XMLReader.scanQName(XMLReader.java:1768)
         at oracle.xdo.parser.v2.NonValidatingParser.parseAttr(NonValidatingParser.java:1444)
         at oracle.xdo.parser.v2.NonValidatingParser.parseAttributes(NonValidatingParser.java:1394)
         at oracle.xdo.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1225)
         at oracle.xdo.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:314)
         at oracle.xdo.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:281)
         at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:266)
         ... 17 moreAs you can see the varchar special characters are "escaped" or translated or whatever you want, but not the CLOB!
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com/

  • ACS 3.3.3 UCP special characters fail

    Some special characters fail when passwords are changed via UCP, but are okay if I enter them directly into ACS.
    Any ideas on where to start? Problem always seen with the & character, but the $ character seems to be position dependent.

    Richard,
    Looks like CSCed72144.

  • Special Characters in a username cause login problem

    We have got SSO setup on our application and have successfully been testing away, until we tried logging in with an account which has a '+' character in the username. We are authenticating and getting an SSO token but the login process then fails with a "User has no profile in this organization" message. This call http://forums.sun.com/thread.jspa?messageID=9820513 talks about a workaround that ignores the Profile service which does get us logged in, but in the longer term I need to be able to use this functionality to set conditions per URL policy.
    Has anybody come across other probelms with usernames containing special characters? Is there some kind of encoding switch I need to turn on somewhere.
    Cheers and TIA for your help.

    Hi
    <<< What did u change >?> I dont see any change with the Regex ?  >>
    if you observe in the modified function, he just removed (*) inside the replace funtion.
    Thanks
    Shankar AUNV

Maybe you are looking for

  • Can't use Kubota in Photoshop CC 2014

    I do most of my editing in Lightroom but still do a few things in Photoshop using Kubota tools. I recently upgraded to the new Photoshop CC 2014 but am unable to install Kubota with the new version. I contacted Kubota and they said that if I can down

  • SD questions

    ( SALES AND DISTRIBUTION) Hello friends please provide me the solution to the following problems. 1.     Can we see the status of all sales documents at a time? Ans. 2.     Where do we need to create a bank a/c for posting incoming payment? Is it man

  • Not merging the XML files  in single file using BPM file to file  payload

    Dear All, i am working on BPM N:1 Scenario my design and config looks correct . it is picking the file and appending into my defined  "ContainerList" but in receiver side .i mean Inbound side it is putting the data of one one file with the contents o

  • Portal and XI installation on same machine

    I have XI 3.0 installed on a server. I want to install Portal 6.0 on the same machine. Has anybody done this before successfully? Are there any check points to be considered before doing this?

  • Adobe air html/js - application act like a browser.

    I just started in Adobe air html/js . In the current application I want to do something like this . I want to open the urls/web pages in the application and application should act like a web-browser to them . But with that I want to modify the opened