Nav Bar Authorization and Login Page

I have several authorization schemes which call a custom function that checks our LDAP directory for user membership in specific groups. If I set a navigation bar entry to use one of these schemes then the login page comes up with the following error:
ORA-31202: DBMS_LDAP: LDAP client/server error: Invalid syntax. 00000057: LdapErr: DSID-0C0905A4, comment: Error processing filter, data 0, v893
Error ERR-1082 Error in executing authorization scheme code.
Any assistance with this issue would be greatly appreciated.
Thanks,
Shaylan

Thanks for the help, Scott. That fixed the error I was seeing, but I have another question. My auth scheme is of type PL/SQL Function Returning Boolean. The logic is now:
if(:APP_PAGE_ID != 101) then
return GROUP_MEMBER_CHECK(:APP_USER,'<group name>');
else
return false;
end if;
This scheme (and several identical ones for different groups) are being used alot in my application, so in order to keep from constantly querying the LDAP server I set them to evaluate Once per session. With the above change I have to set them to Once per page view or they remain false after login. Any suggestions for this?
Thanks again,
Shaylan

Similar Messages

  • Spry Menu Bars, Templates and Current Page Indicators

    Hello,
    If you have a spry menu bar in your design, then create a template, how do you then go about making the menu bar have a current page indicator on each page created from the template?
    Thanks,
    Ferg.

    Can I send you on a different path? This solution will only be required in a non-editable area of the DWT.
    First we write a function to initialse the page
    function InitPage(){
    Spry.$$('#MenuBar1 li').forEach(function(node){
        var a=node.getElementsByTagName("a")[0]; // finds all a elements inside the li, but we only want the first so [0]
        if(a.href == window.location){
            Spry.Utils.addClassName(node,"activeMenuItem");
    The function compares the URL of the page with the link in the menubar and if they are both the same, it will add an 'activeMenuItem, class to the menuitem.
    Next we nee a trigger to activate the function. This is done with a load listener as per
    Spry.Utils.addLoadListener(InitPage);
    Now we need to ensure that our active menuitem looks different, by assigning a couple of style rules as in the following. The !important needs to be there to override the JS.
    .activeMenuItem a {
        background:#a59a84 !important;
        color:#ffffff !important;
    And lastly we need to add SpryDOMUtils.js as the JS script that we based our JS scripts on
    <script src="SpryAssets/SpryDOMUtils.js"></script>
    The whole thing will look like
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet">
    <style>
    .activeMenuItem a {
        background:#a59a84 !important;
        color:#ffffff !important;
    </style>
    </head>
    <body>
    <ul id="MenuBar1" class="MenuBarHorizontal">
      <li><a class="MenuBarItemSubmenu" href="#">Item 1</a>
        <ul>
          <li><a href="#">Item 1.1</a></li>
          <li><a href="#">Item 1.2</a></li>
          <li><a href="#">Item 1.3</a></li>
        </ul>
      </li>
      <li><a href="#">Item 2</a></li>
      <li><a class="MenuBarItemSubmenu" href="#">Item 3</a>
        <ul>
          <li><a class="MenuBarItemSubmenu" href="#">Item 3.1</a>
            <ul>
              <li><a href="#">Item 3.1.1</a></li>
              <li><a href="#">Item 3.1.2</a></li>
            </ul>
          </li>
          <li><a href="#">Item 3.2</a></li>
          <li><a href="#">Item 3.3</a></li>
        </ul>
      </li>
      <li><a href="#">Item 4</a></li>
    </ul>
    <script src="SpryAssets/SpryMenuBar.js"></script>
    <script src="SpryAssets/SpryDOMUtils.js"></script>
    <script>
    function InitPage(){
    Spry.$$('#MenuBar1 li').forEach(function(node){
        var a=node.getElementsByTagName("a")[0]; // finds all a elements inside the li, but we only want the first so [0]
        if(a.href == window.location){
            Spry.Utils.addClassName(node,"activeMenuItem");
    Spry.Utils.addLoadListener(InitPage);
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>
    Or see it live here http://shoguncarco.com.au/index.php where the function has been externalised in http://shoguncarco.com.au/js/plugins.js
    Gramps

  • Help, I have my registration and login pages built but cannot get a + from Server Behaviors to connect to the  phpmyAdmin databae using WAMP. Instructions are unclear.

    I purchased my subscription for DW CC on the encouragement of the online salesperson because he assured me there would be support when it came to creating  login process with authentication. I don't know code so build all of my pages in Design view. Not even sure that the form is correct because the terminology and references in the help directions don't match what I see in the program.
    I have tried to go online and get help from YouTube but they skip too many steps for a novice to get anywhere in this case to make the connections between the database and the localhost. I was pulling weird errors but now have green checks for local host yet don't know how to verify or test the page to see if it is working.
    Can anyone send me something that would be step by step detail? I need a true instructor not someone who thinks they know enough to be a teacher.

    To follow up a bit more, the SB panels were removed from DW for a reason.  The code is outdated and the MySql connections won't work on servers running PHP 5.5+.  Learning to work with code is essential.  Design View alone won't cut it.
    Read David Powers' book: 
    PHP Solutions: Dynamic Web Design Made Easy
    My earlier advice to take a structured learning course still stands. 
    Connecting to a database with MySQLi from the Course Accessing Databases with Object-Oriented PHP
    Good luck!
    Nancy O.

  • I have created a site with iWeb. I have replaced the iWeb Nav bar with a vertical one I made myself. Problem is, my top button disables itself if it overlaps into the "hidden" nav bar area. I can cmd click and drag it into this area, but then all the rest

    I have created a site with iWeb. I have replaced the iWeb Nav bar with a vertical one I made myself. Problem is, my top button disables itself (and the animation doesn't work) if it overlaps into the "hidden" nav bar area (indicated by a blue rectangle). I can cmd click and drag it into this area, but then all the rest of my site is pushed down the page. Don't know what to do about this. I don't know how to bring the rest of the page up without dragging it also into the designated nav bar area. Also, by doing this, is it affecting my site in ant way? see my site here at www.steveburrowsimages.com
    The home page is with it all draged into the nav bar area and the about page is with is outside the nav bar area (notice that the top button does not animate or work as a button.
    Getting confused here. Anyone got any ideas?

    Well, you made a good start with SEO by getting rid of the iWeb default navigation since it doesn't help the spiders and, out there in the real world, there are more people than you would think with javascript turned off in their browsers.
    One of the downsides of iWeb is that it doesn't allow for the alt attribute in the img tag. Its well worth adding these to give you extra keywords even if you have captioned all your images. Use iWeb SEO Tool for this...
    http://www.iwebformusicians.com/Search-Engine-Optimization/Tags.html
    iWeb, just like most drag and drop software, creates a huge amount of code which causes the pages to load slowly in the browser. Running you files through an optimizer will help to reduce this problem and further reduce the size of image files even beyond the initial optimization you do before loading them into iWeb...
    http://www.iwebformusicians.com/Search-Engine-Optimization/Optimize.html

  • Whats going with itunes store ? after all this updates. win 7 64 bit store does not upload completly and very slow, no nav bar.

    I re-installed itunes and by this i mean part by part itunes, quicktime and so on. Once I re-installed it looked like all was going well. I went to the store and upload like it use to before the upadtes. Than I pluged my Ipad2 no problem but I went to store once more the problem started agian the up-load  was very slow it didn't up load completly. the nav bar on the store page is missing no apps, music, books,tabs are all gone. I think it has to do  with the new itunes upates in the last few days. I also did the firewall and anti virus off step no fix and i'm running Norton 2011. Has itunes put any message on this ? Is it only window 7 64bit with the problem ? Oh one more thing I was getting a 3259 error but that looks like is good now, but it did take me a few days to download one book and one app the download is very slow.

    Hi,
    I am using a Nvidia 4200M adapter in my Laptop, Driver 266.96, Direct X 11
    In my desktop I am using an ATI XFX 6950, latest revision drivers (I am not at home right now so I cant get that info).
    The issue I did describe above, but it was a long explanation.
    In some flash games the game files load initially and get as far as the "click to start" button. Then the flash area usually goes either all white or all black (usually depending on the falsh game default background color) and then it stays that color. Cant see anything after hitting start (usually most games have an intro video or animation before the game starts, but I cant see any of it.
    For the very few games that do start, the flash game or application does not seem to work correctly in that when the rare game starts, it wont save any game files or save files to the pc and so if I exit the game (navigate away to another page or close browser) and then later come back, even though I click the option to save games (and ensure that the flash application slider shows it can save files and lots of space) it does not save and I have to start from the beginning all the time.
    More explanation I gave above.

  • Autorotation w/ Tab and Nav Bars

    I am having a problem with views not being properly resized after autorotation. My app has a tab bar where one of the tabs is nav controller. I have the autoresize masks to maintain edge distances and use flexible width/height.
    Starting in portrait, if I switch to the tab with the nav controller and then rotate the device to landscape, the content view does not resize properly. Once the rotation animation stops, the top of the content view ends up obscured by the nav bar (it looks like the content view is being sized to fit between the top screen edge and the top of the tab bar rather than fitting between the bottom of the nav bar and top of the tab bar). The horizontal dimension updates as expected.
    If I start in landscape and then switch over to the tab with the nav controller, the content view does correctly sit between the nav and tab bars.
    I dumped the frame/bounds of the content to see if something jumped out at me and am only more confused. In both cases, the frame and bounds of the content view are origin at (0, 0), width 480, height 239? I was expecting to see the origin offset in the first case where things don't resize correctly.
    Not sure what I am doing wrong...
    tw

    Hello,
    The answer is in the code. Can you post a link?
    As a guess, the fix might be in setting the cell the
    navigation is in to
    vertical-align: top;
    In design view, click in the cell that contains the
    navigation.
    Select the <td> tag in the tag bar at the bottom of the
    design window.
    The entire column containing the navigation should highlight.
    In the properties window, select "Top" from the "vert"
    dropdown choices.
    In code view, find the cell containing the navigation.
    Change the opening <td> to:
    <td valign="top">
    It really depends on how you built it. This could also be
    caused by merged
    table rows.
    Take care,
    Tim
    "kahnman7" <[email protected]> wrote in
    message
    news:gnkape$kb9$[email protected]..
    > Hi,
    >
    > REWARD OFFERED FOR THE RIGHT ANSWER THAT I CAN ACTUALLY
    IMPLEMENT! :-)
    >
    > Because DW doesn't let me place more than one "official"
    nav bar on a
    > page, I
    > have created nav bars for sub-sections of my site by
    creating a simple
    > single-column table and placing rollover images in it
    for the buttons.
    >
    > I have this nav bar placed on the left-hand side of my
    pages. Each page is
    > a
    > two-column table -- nav bars in the left-hand column,
    content in the
    > right-hand
    > column. So basically nested within the left-hand column
    is my single
    > column nav
    > bar.
    >
    > When the page content in the right-hand column is long,
    the nav bar in the
    > left-hand column drops down to near the bottom of the
    page, but I want it
    > to
    > remain at the top. How can I make it remain in this
    fixed location other
    > than
    > inserting lots of carriage returns in the left column? I
    would prefer a
    > more
    > proper, dare I say "elegant," solution for it to remain
    in place.
    >
    > Thanks! And the reward... a copy of my rock band's new
    CD, due out in 3
    > weeks.
    > It's great stuff produced by an industry legend. :-)
    >
    > Scott
    >
    >
    >

  • Disable icon beside the address bar in uwc jes5 login page

    Hi,
    I managed to disable the favicon in web server 7.0 by adding the below line into magnus.conf.
    Favicon off
    However, I did not manage to disable or remove the icon beside the address bar of uwc login page. Is there any way to disable it?
    Rgds,
    Lee

    does this help
    http://blogs.sun.com/dzm/entry/msie6_png_and_web_server
    http://blogs.sun.com/dzm/entry/more_on_image_link_blocking

  • Nav bar blocked by interactivity - Help?

    Hi there
    Basically, I've been trying to combat the touch to play/pause feature with linked videos in my folio, to do this I have been using MSO and BUTTONS which has worked to great effect...
    until the video is full screen - it works with the swipe left and right to different pages, which is great, and on those other pages you can easily bring up the nav bar
    but is there anyway to set all this up with a full screen video and then be able to tap anywhere on the page to bring the nav bar up, and not affect the video?
    Cheers for your help
    Any Suggestions at this stage would be brilliant
    Tim

    Hello Deafpilot01,
    I'm sorry but you have the wrong forum for your question.
    This forum is about Adobe Presenter, not Dreamweaver. You might
    want to try your question in the Dreamweaver forum.

  • Enkitec Nav bar plugin

    Hi,
    I need help with Enkitec Nav bar plugin, I have installed  and created list and region, How can I get rid of the second menu bar? so as to have just one menu bar and the drop down  I created.
    This is the application URL:  http://apex.oracle.com/pls/apex/f?p=9678:1:101531257071981
    Thanks

    Ok, I've looked and yes, you have the original APEX tabs and the new plugin Nav Bar showing on the page.  To remove the original APEX tabs, edit the page attributes and remove the the "Standard Tab Set" attribute.  There are other ways to do that too, like changing the page template or deleting all the tabs.
    Also, the placement of the Nav Bar is not correct.  You're using Theme 26, so place the Nav Bar in "Region Position 8".  That will move it to the right spot.
    For the override CSS, there are a few options.  The file can get uploaded to the the Shared Components -> Cascading Stylesheets
    Then to reference it you use #WORKSPACE_IMAGES#enkitec-navbar-override.css  (if you specify the file is global to the workspace) or #APP_IMAGES#enkitec-navbar-override.css if you make it specific to the App.
    The use that reference in the template or from a region on the Global Page (Page Zero).
    Thanks
    -Jorge

  • Help needed with a Nav Bar and PHP page.

    Hello, i'm designing a website
    http://www.ahcagency.com for
    wich i create a nav bar in FW and exported the html to DW and
    inserted in a template so that way i update all the pages from the
    template. Everything works fine, but i have a login page for a
    secure area inside the same website and on the
    http://www.ahcagency.com/login.php
    page i have the problem. The nav bar has 7 buttons, if i insert the
    first 3 buttons on the login.php page works very nice, but when i
    insert all the 7 buttons the login.php does not work at all. Also i
    insert the nav bar in all the php pages inside the secure area and
    all works fine, the probles is only in the login page.
    ANY ADVICE, I'M DOING SOMETHING WRONG?
    Also when i create the buttons i gave them the four stages,
    but only the 1st stage and the rollover work.
    what i want is if i click on the services page, the services
    button stay down while i'm on the services page.
    ANY HELP HERE?

    Hi
    I bought this Athlon 3000 xp on Ebay and the listing says
    Manufacturing process  0.13 micron copper process
    Package  453-pin organic PGA
    1.95" x 1.95" (4.95 cm x 4.95 cm)
    Socket  Socket A (Socket 462)
    Speed (MHz)  3000 (rated)
    2167 (real)
    Bus frequency (MHz)  166
    Clock multiplier  13
    Low power features  Halt state
    Stop Grant states
    Sleep state
    Probe state
    Other features  MMX technology
    SSE
    3DNow! Professional
    Level 1 cache size  64 KB code
    64 KB data
    Level 2 cache size  Full-speed exclusive on-die 512 KB
    Floating Point Unit  Integrated
    V core (V)  1.65
    Min/Max operating temperature (°C)  0 - 85
    Typical/Max power dissipation (W)  58.4 / 74.3
    The motherboard is a new board so there are no previous settings
     :wall:looking at the listing i think i have been told the wrong settings ,should it be 13 x 166 not 10.5 x 200 

  • I have 5 html pages that share a common header, footer, and sidebar. how do i use my nav bar to change the content of the body without duplicating a lot of code?

    i have 5 html pages that share a common header, footer, and sidebar. how do i use my nav bar to change the content of the body without duplicating a lot of code? thank you!

    i inherited the website. It’s for a non-profit and is not very
    sophisticated, and neither am I in webdesign. It currently has multiple
    pages that are identical except for that body section, so whenever i change
    the navigation (in the sidebar) I have to update every html page.  I want
    to have one basic page, and just call in the different body content based
    on the link the user selects from the nav bar. How can i do that using a
    script? i am using Dreamweaver.
    ~ in love and light ~
    Jeannie
    On Sat, Feb 7, 2015 at 4:07 AM, Ben Pleysier <[email protected]>

  • Created site in iweb 08 and posted to netfirms... the pages are all loaded up but there is no nav bar, it comes up on each page as a small black dot. How do I get the nav bar to load up and show?

    I created site in iweb 08 and posted to netfirms... the pages are all loaded up but there is no nav bar, where the nav bar should be is only a small black dot on each page. How do I get the nav bar to load up and show? It was a disaster loading up my site as it changed the case of the letters and at first no pages were seen, so I had to go through and change the letters that were supposed to be cap, back to cap in every file. I don't know if this has something to do with it or not. The tech support doesn't have an answer. Please let me know if you have any ideas and solutions. Thanks bunches!

    Here are links to the simple 7 pages....
    http://www.rednosedesign.net/home.html
    http://www.rednosedesign.net/about_us.html
    http://www.rednosedesign.net/logos.html
    http://www.rednosedesign.net/flyers_&_ads.html
    http://www.rednosedesign.net/notecards.html
    http://www.rednosedesign.net/business_cards.html
    http://www.rednosedesign.net/contact_us.html

  • Page URL's and Nav Bars

    Reposted question:
    Internal URL is often more than 300 chars, but the nav.bar URL does not
    store more than 256 (Could that be an possible enhancement?)
    Is there another way to do an navigation to an Portal page ?

    One long URL we must use is the "Customize" (page) link. It is 351 chars long.
    The reason we need that link is that we don't want to use the built-in banner (we have an HTML-portlet page instead). So there was no other way in Portal 3.0.6 than to create our own customize page link by hard-copying the dynamic link for Customize for each page. And that link is around 350 chars long.
    Is there possibly any new way in 3.0.8 to create an own dynamic Customize page link ?
    Else, we hardly need the Nav.bar to hold more than 256 char URL.
    Thanks
    Torbjvrn Nordin
    Sweden

  • The nav bars are too sensitive and interfere with page navigation

    Seems to me it would be far better if the nav bars at top and bottom (chrome) were activated with a two-finger touch. The things pop up at the least touch. They should be secondary to swiping, tapping to activate pan and zooms, etc.
    I'm refering to the behavior within the Content Viewer on the iPad.

    Completely agree.  A settings page where navigation can be tweaked - with a default set at two finger tap - would be great.  The nav constantly popping up really interrupts the reading flow.

  • ADF Application and Oracle Portal Login Page

    We have developed ADF application and deployed it in Oracle AS 10.1.2 along with the custom JAAS module, which is working fine with the application custom login page. As a next page, I want to use Oracle Portal login page for the authentication and authorization.
    How can I accomplished it? Any idea?
    Thanks,
    AP

    Shay,
    1. I created blank ADF project
    2. I copied myreport.jsp file (this one was generated by Oracle Report Builder) under ..ViewController/public_html directory
    3. Created directory 'lib' under ViewController/public_html/WEB-INF/lib
    4. Copied reports_tld.jar file under the directory created in 3.
    5. Created simple jspx page with the af:link (btw af:goLink does not exists in JDev 12c), set 'destination' to myreport.jsp
    After the steps above I could not even compile the application, many problems too many to list here, Basically JDev is trying to build the project with .jsp file generated in Report Builder and is unable to.
    So to be sure we are on the same page: I am trying to embed JSP report files generated by Report Builder into ADF project, then create EAR file and deploy on standalone WLS. Finally execute JSP web only report.

Maybe you are looking for

  • MacBook won't go to sleep when connected to external monitor

    Dear all, I have a MacBook connected to an external monitor via DVI to HDMI adapter. The MacBook is also connected to the power adapter and to an external aluminium Apple keyboard and a wired Mighty Mouse via USB. I use the computer with the lid clos

  • How to fill date key figure with system date?

    Dear All, We would like to set on specific action (button press) to assign current system date top a date key figure within our infocube. Any idea how to achieve this?many thanks in advance for any idea! Kind Regards Olivier DESFOUR

  • How to use japanese data in BO 6.5

    Post Author: sinha_ips CA Forum: Desktop Intelligence Reporting hi,I am using BO 6.5 trying to use japanese data in my report. The database i m querying supports japanese and the oracle client at my machine also supports japanese.I have installed the

  • Could you please answer to this?

    [object array|http://i218.photobucket.com/albums/cc298/curseofgoldendragon/code-1.png] Could you please answer to this?

  • Re-connect to SAN filesystem

    So my OV 3.1 environment had some serious issues. The two VM servers kept rebooting repeatedly - I tried booting into rescue mode but I couldn't find any issues with any config files. It just looked like the OVS agent on each server was losing the he