Name attribute to display in management dialogs

Is is possible to choose a different name attribute to display in directory management dialogs?  For example, when you click the 'members' tab of the group properties dialog, can I see something besides the RDN (e.g. displayName) displayed in the
'name' column?  Or even just when listing all of the accounts in an ou.  

Hi wilecoyo,
According to your description, you would like to midify the Name's display content when you click the tab of directory management dialogs. Right?
Based on my knowledge, the display content of each attribute is corresponding to the Tab, and it is designed user-friendly. In my personally opinion, it is not a good method to modify this design. You could tell us why you would do this, and it is helpful
to provide more useful suggestions for us.
Regards,
Lany Zhang

Similar Messages

  • What's the use for "name" attribute?

    Almost every object has a "name" attribute and "display name" attribute, e.g. page, tab, template.
    What is the exact use of the name attribute. For my understanding, one of its use to is contruct a URL for the object. For example, when I want to add one item to a page, the shows me the path to the page is:
    PAGE / HELLO_PAGE_GROUP / HELLO_PAGE / TAB37465 / TAB37469 /
    TAB37465 is the name of the tab attribute. I realized this and went to change the name of the tab to a more meaningful value. However, when I try to add the item, the page Path did not change. Is this a oracle internal bug?
    I have similar problem with navigation page. I published a navigation page as portlet. I changed the name of the navigation page and use the name as the portlet name, the new name of the portlet can not be reflected in the portlet repository.

    Jerry,
    1. I tried to add an item to the page within the tab. On the "add item" page, it shows me the path to the current page. Ok, Let's forget about "item", and just talk about the path to a tabbed page. The path/URL never changes, even after I change the tab "name" attribute.
    2. I am talking about the name of the portlet within portlet repository. Let's see within page group A, I created navigation page with name of "test". I published the page as a portlet. In the portlet repository, I can see a new portlet "test" under "new/A". I changed navigation page name from "test" to be "B", however, the portlet name never changed in the portlet repository. It's always "test".

  • Display Report sheet names (or other arrays) in user dialog

    I'm trying to display a list of the sheet names in the user dialog box. I can get the sheet names fine, but I don't know how to get them to display in the dialog box. I want the user to be able to select one of the sheet names in the dialog box. I suppose I could create a dialog box with the editor, but I was trying to save having another SUD file around for such a simple transaction. Besides, I just want to know how to do it.
    Call GraphSheetInfos
    For i = 1 to GraphSheetCount
    call GraphSheetNGet(i)
    TV(i)= GraphSheetName
    Next
    Call UserDlgInit
    UserDlgCommand(3) = "TV()" 'THIS IS WRONG. HOW DO I DO IT?
    UserDlgOkTitle = "Continue" ' Set Ok-button caption.
    Call UserDlgOpen ' Show user dialog.

    Hi George,
    You are definitely on the right track. I used your code
    Call GraphSheetInfos
    For i = 1 to GraphSheetCount
    call GraphSheetNGet(i)
    TV(i)= GraphSheetName
    Next
    I did however add the line l1 = graphsheetcount so that I could access the number of sheets within the User Dialog.
    I then added a listbox to my User Dialog and added the following code to the EventInitialize of my listbox:
    For j = 1 To l1
    This.Items.Add TV(j), j
    Next
    This then populated a list of all the report sheets I had in DIAdem.
    Thanks,
    Caroline
    National Instruments
    Thanks,
    Caroline Tipton
    Data Management Product Manager
    National Instruments

  • How to enable regex validation for display name attribute?

    I need to put some control around the display name attribute (for all objects in the system). However, when I go to administration => schema management => all attributes => display name, I see the regular expression text field under validation
    tab is disabled for display name. How can I enable this? I see there is already an MPR called "Administration - Schema: Administrators can change selected attributes of schema related resource" which is granting admins to change the schema of
    the display name attribute, but it does not seem to help for the above scenario. Can someone please help?

    Hi,
    This is true for all attributes, not just Display Name. As long as an attribute has a non null value, you will not be able to change the regular expression of that attribute at the schema level.
    I don't know if nullifying display attribute for all user objects (assuming you are talking about binding between Display Name and a Person/User object) is an option. If so, its worth considering.
    If that is not an option, then assuming your data entry is coming from the FIM Portal and not any other external system like a custom portal, then you are ONLY left with regular expression validation at the RCDC level.
    Thanks,
    Jameel Syed |
    Identity & Security Strategist | [email protected] |
    Simplified Identity and Access Management

  • 0vendor is not displaying name attribute when I maintained master data.

    0vendor is not displaying name attribute when I maintained master data.
    Details: I have four records in the 0vendor infoobject (sand box). I have to show these four records to the client. As i have free hands I maintained master data in the name field and finally activated master data. But when I add the name attribute to the vendor charecteristic in the query designer; it is displaying name attribute as # . Any idea how to display the names of the four vendors in the zquery.
    Also do you know the transaction to copy standard query to Zquery?
    Thanks in advance.

    Dear Les
    For 0VENDOR, Set Property as Key & Text, try once again.
    Yes, you can copy the standard query very well.
    Open the Standard query & using SAVE AS, you can copy to "Z" queries.
    Hope, now you will get some idea
    Regards
    Saravanan.ar

  • Bug? - Submitting page with html name attribute in content

    Hello,
    I use a modified version of Task Manager to track tasks in my group at work. I wanted a "non-standard" report to show the users the history of their task at the bottom of a page. Basically I created a PL/SQL function that returns preformatted HTML as I would like it to be displayed in a row of the report. The end result is great - a highly customized report layout with little effort.
    The problem is that recently a user copied and pasted some HTML from another web application into the body of a task and saved it. The next time the task was opened my report at the bottom displayed what they had entered previously. However, this time when the user clicked save and submitted the page, he got a page can not be displayed error. After a little digging, I found that the HTML the user had pasted previously contained an HTML element that had a name attribute. When I removed the name attribute, the page submitted fine which leads me to believe that the ApEx engine tried to bind the value of that item with an application item and it choked when no match was found - similar to the way it chokes if you submit a valid item that contains more than 32767 bytes of information.
    The fix for my situation is simple. I'll use regular expressions to find these name attributes when saving the page and strip them out. I only bring it up because it could possibly effect other users that might not be able to figure out what the problem is.
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen

    Dan,
    Part of the data stream being emitted to the page is:
    < input type="hidden" name="_ctl0:_ctl34:_ctl0:dgCriteria" value="_ctl0:_ctl34:_ctl0:dgCriteria" ...
    Since your report does not escape the data, it gets interpreted by the browser as HTML -- a form input item in this case. And yes, modplsql complains because that name cannot be bound to a PL/SQL input parameter in the form-handling procedure.
    The correct way to handle this generic problem (second-order cross-site scripting) is to always escape output to the browser unless you control the content from origin to the time it is emitted.
    Scott

  • The portlet name is not displayed in the portlet drop down list ?

    Hi,
    I use Sun Java System Portal Server 6 2005Q4 for windows 2000 server , use the following command to deployo portlet,
    I am not sure if I successfully deploy the portlet?
    pdeploy deploy -u amAdmin -w amadmin -p amadmin -d "cn=amldapuser,ou=DSAME Users,dc=icheng,dc=com" C:\Sun\PortalServer\tmp\portlet\portletsamples.war
    The message I got after execute the pdeploy command is =>
    Deploys the portlet war file and inserts the provider into display profile..
    OPTIONS
    --help Help message (false)
    -u --runasdn UID Bind DN (none)
    -w --password Password (none)
    -p --wc_password Password for WebContainer's Admin (none)
    -i --instance WebContainer's Instance into which the war file is to be deploye
    d (*)
    -d --dn LDAP DN of the target node (*)
    -g --global Global display profile (false)
    -r --rolesfile File containing the DSAME and portlet role mapping (*)
    -f --userinfofile File containing the user info mapping (*)
    -v --verbose Generate debug messages (false)
    -V --version Generate version information (false)
    -l --locale Locale information (en_US)
    OPERAND
    Specifies a path to the war location.
    Deploying to IWS
    Is this mean that successfully deploy the portlet ?
    After I deploy the portlet, I login to Access Manager, select the "service" from view, click the portal desktop,
    click "Manage Channels and Containers", click the "New Portlet Channel...", then click the portlet drop down list,
    the portlet name is not displayed in the portlet list.
    How can I make the portlet name displayed in the portlet drop down list ?
    Can someone help me ?
    Thanks!

    Hi
    According to your description, since this is SQL Server forum, as Olaf Helper’s post, could you get the correct result if you execute the following query in SQL Server Manager Studio (SSMS)?
    select UserName from aspnet_Users where UserId in(select FreindId from myFreinds where UserId in(select UserId from aspnet_Users where UserName = '<your typed name>'))
    If you cannot get the correct result in SSMS, I recommend to check the Transact-SQL statement. Apart from the error message, we also need to know the table structure, data, join relationships between tables for further analysis.
    However if there is no problem in SQL Server query, it will be an issue that regards ASP.NET and website deployment. I suggest you to post the question in the ASP.NET forums at
    http://forums.asp.net/ . It is appropriate and more experts will assist you.
    In addition, there is detail about listbox control in asp.net. You can review the following links:
    How to Bind/Load/Fill ListBox with Sql Server Database in asp.net:http://www.webcodeexpert.com/2013/07/how-to-bindloadfill-listbox-with-sql.html#.U5f75_6KCM9
    How to get multiple selected value in ListBox control - ASP.NET using C#:
    http://www.dotnetfox.com/articles/how-to-get-multiple-selected-value-in-listbox-control-Asp-Net-using-C-Sharp-1047.aspx
    Thanks
    Lydia Zhang

  • Users are not displaying in Management Console's Sessions (AS Java)

    Hi,
    Recently we upgraded our Development Server to EHP 7.11.
    In SAP Management Console, inside AS Java, when we are trying to view the Sessions, in the User Column the user names are not displaying.
    Those users are authenticated through UME.
    Before upgrading users logins were displaying.
    Please help us to rectify this problem.
    Thanks and Regards
    Ravi Shankar K

    Did you try to run the MMC on url. http://hostname:5xx13.
    where xx denotes the instance no of thet host.
    Thanks
    Rishi Abrol

  • How do I call image file names from MySQL & display the image?

    Hello everyone,
    I have image file names (not the full URL) stored in a MySQL database. The MySQL database is part of MAMP 1.7 and I am using Dreamweaver CS3 on a Mac Book Pro.
    I would like to create a catalog page using thumbnails, and PayPal buttons displayed within a table, in rows. With the image centered and the PayPal button directly underneath the image.
    How do I use PHP to call the thumbnail images as an image not the file name, to be displayed in the table?
    Thanks in advance.

    slam38 wrote:
    How do I use PHP to call the thumbnail images as an image not the file name, to be displayed in the table?
    Open the Insert Image dialog box in the normal way, and navigate to the folder that contains the images. Then copy to your clipboard the value in the URL field, and click the Data Sources button. The following screenshot was taken in the Windows version, but the only difference is that Data Sources is a radio button at the top of the dialog box in Windows. It's a button at the bottom in the Mac:
    After selecting Data Sources, select the image field from the approriate recordset. Then put your cursor in the URL field and paste in the path that you copied to your clipboard earlier.

  • Cannot connect to Enterprise Manager. Displays Enterprise Manager(null)

    Hi All:
    I have downloaded and installed VMware, Oracle 10g RAC and Red Hat Enterprise Linux 3 using Disk1 and Disk2.
    All seemed fine. However I cannot log on to the Enterprise Manager nor start the listener nor any instance of the database
    I got the error message below when I tried starting an instance of the Database. The Enterprise Manager displays "
    Enterprise Manager(null) in the title bar of mozzila browser when I tried to start it.
    [oracle@raclinux1 /]$ srvctl start instance -d o10G -i o10G1
    PRKP-1001 : Error starting instance O10G1 on node raclinux1
    raclinux1:ora.raclinux1.vip:Interface eth0 checked failed (host=raclinux1.us.oracle.com)
    raclinux1:ora.raclinux1.vip:Invalid parameters, IP, NETMASK and IF all must be specified
    raclinux1:ora.raclinux1.vip:checkIf: interface name is NULL
    raclinux1:ora.raclinux1.vip:Interface eth0 checked failed (host=raclinux1.us.oracle.com)
    raclinux1:ora.raclinux1.vip:Invalid parameters, IP, NETMASK and IF all must be specified
    CRS-0215: Could not start resource ora.O10G.O10G1.inst.
    Does anyone have any suggestions?
    Thanks
    1113777

    If you read the README you'll see that the recommended way is to not bother downloading VMware, just use OUI to install it, it will fix the subnet mask to 192.168.203.0. If you still choose to install on your own, please refer to the readme for details on how to manually fix it.
    It is also safe to install VMware in this fashion even if you already have it installed, just to get the subnets correct. Without this step, as you can see, nothing works inside the VM. This is because we are using fixed IP addresses and the randomly chosen subnet number doesn't match what we expect.
    good luck,
    Saar.

  • Paper profiles in the color management dialog

    Hello:I am new to the LR 2 print module I have used CS4. I find that the color management dialogue under
    "other" does not contain all the color and BW paper profiles that are downloaded into the color folder in Widows. I use Vista 64  but I have not checked any of the checkboxes in the color management dialog thereby knowingly excluding any profiles. How do I get all my profiles into color mangement in LR 2?
    Thnaks
    Roger Lieberman
    [email protected]

    Check that the profiles are installed in the correct location as shown in the Choose Profiles dialog box which opens from LR. On 32 bit OS this is windows/system32/spool/drivers/color...this may be different on 64 bit OS. LR will only recognise RGB profiles so if you have CYMK profile these will not show up.Also check the box Include Display Profiles as sometimes paper profiles show up as display profiles for some reason.

  • The "MIDlet-Name" attribute is missing."

    Jul 23
    This started yesterday when my app world was constantly freezing trying to download an app. I read online to simply delete and reinstall the app world.
    Upon deleting it and attempting to reinstall I got the error message "Error: Invalid manifest or application descriptor.
    The "MIDlet-Name" attribute is missing."
    I have no idea what this means. Trying to look into it, reading through other peoples scenerios, I saw something that I thought would've maybe worked. Downgrading to OS 7.0.
    I tried doing this via Desktop Manager to no avail. I then looked into wiping the OS from the device and reinstalling. Which didn't work either and almost bricked my phone.
    I'm now back at OS 7.1 and still without the Blackberry World receiving the same error message.
    I've tried battery pulls several times, soft resets, hard resets, everything I can think of.
    H E L P M E P L E A S E!!! I love my Blackberry, but this is driving me to switch to another device.

    Avoid posting multiple threads containing the same issue : http://supportforums.blackberry.com/t5/Downloaded-applications/The-quot-MIDlet-Name-quot-attribute-is-missing-quot/m-p/3119633

  • Helpp! The 'MIDlet-Name' attribute is missing

    i cant use my app world because i have to upgrade it but everytime i try it says
     'inavlid manifest or applicationdescriptor'
     The 'MIDlet-Name' attribute is missing
    i have a bb 9360 i just got it yesterday, what should i do? please help mee

    Options > Device > Applications, scroll to BlackBerry AppWorld and delete it.
    Do a simple reboot on the BlackBerry in this manner: With the BlackBerry device POWERED ON, remove the battery for a minute, and then reinsert the battery to reboot.
    Now, using your BlackBerry browser, go to www.blackberry.com/appworld and download AppWorld again. It will update your BlackBerryID as well.
    Login.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Displaying Identity Manager version/patch level

    A customer asked how he can tell what Identity Manager version/service pack upgrade he has.
    I said use the command $WSHOME/bin/lh -version
    Customer reports that that simply displayed the java version he has. Not useless but not what was expected.
    So just how do I determine the IDM version?
    It ought to be IDM5.0 SP5.

    I try the Help tab on the Identity Manager main window
    After clicking Contents and the About Identuty manager I am rewarded with an About Identity Manager dialog box in 2 languages!!
    The problem is that it shows the version as v5 SP1
    But I have not applied Service Pack 1. I installed v5.0 and then went directly to SP5.

  • Data is not getting displayed in Management Console.

    Hi Experts,
    I am using BPC 7.5(M) SP04, Web server as IIS 7.0 and database server as SQL Server 2008 in Multi Server environment, Web Server is on Application Server (Windows Server 2008) and database server is on different machine.
    I have configured the ODBC logging as documented in the install guide section : Setting Up ODBC Logging in IIS 7.0 for the Default Web Site and records are there in BPClog table of Appserver database but when I try to see data in Management console it doesn't show any data eg: It doesn't show any data after clicking  "Who's Online" link under WebServer section of management console.
    Do I need to do some more settings for getting the records display in Management Console.
    Please Advice.
    Thanks & Regards,
    Rohit

    Hi Roberto,
    I have gone through the OPS guide but still "Who is Online" link of management console is not showing any data, I tried giving date range in Start date/end date fields and clicked on "Reload" button but it gives error message:
    LOGIN FAILED FOR USER 'NT AUTHORITY\ANONYMOUS LOGON'
    Please Advice.
    Thanks & Regards,
    Rohit

Maybe you are looking for