search for: nav

Displaying 20 results from an estimated 178 matches for "nav".

Did you mean: na
2024 Oct 08
2
rpcclient setdriver fails with WERR_ACCESS_DENIED
Hi Rowland, Thanks very much for your quick response. > Have you tried the command with a member of Domain Admins instead of > Administrator ? I just did and I now feel that something is wrong with our Administrator-account. Granting the SePrintOperatorPrivilege to user NAV\prtadmin with user NAV\Administator failes on our fileserver (INVALID PASSWORD). Granting the SePrintOperatorPrivilege to user NAV\prtadmin with user NAV\Administator succeeds on our AD, but has no effect on the fileserver. Setting the printer driver on pour fileserver with user NAV\Administrator...
2023 Aug 31
1
Need help with idmap-configuration
...ic upgrade and deleted all of them after the update was finished. That way the classic upgrade script was able to create all group-memberships within the AD LDAP-database. There's no entry for user koch within /etc/passwd nevertheless "getent passwd koch" will show one entry for user NAV\koch and this entry shows uid 10024. And that's exactly the uid that unix user koch has on the old samba3 server. "getent passwd koch"-output on old NT4-DC: koch:x:10012:10001:Peter Koch:/home/koch:/bin/bash This is a line from /etc/passwd "getent passwd koch"-output on ne...
2024 Oct 08
1
rpcclient setdriver fails with WERR_ACCESS_DENIED
...The following command is sucessfull on the AD-machine: > > root at ns1:# net -U 'administrator%pass2' rpc rights grant prtadmin > SePrintOperatorPrivilege > Successfully granted rights. > > root at ns1:# net -U 'administrator%pass2' rpc rights list accounts > NAV\prtadmin > SePrintOperatorPrivilege > > BUILTIN\Print Operators > SeLoadDriverPrivilege > SeShutdownPrivilege > SeInteractiveLogonRight > > BUILTIN\Account Operators > SeInteractiveLogonRight > > BUILTIN\Backup Operators > SeBackupPrivilege > SeRestorePrivi...
2006 Jul 19
4
Using Application.rhtml as layout for all controllers
I put my nav system in application layout. that way any controller loading will have the nav system. I have one problem though - the <%= yield %> is in the body, so how would my controllers specify other css files? my application layout would look like this: <html> <head> title css incl...
2020 Jul 07
0
[centos/centos.org] branch master updated: Fixed old 7 release tag in download page
...e changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/centos-linux-download.html b/_includes/centos-linux-download.html index 056dfed..f371c24 100644 --- a/_includes/centos-linux-download.html +++ b/_includes/centos-linux-download.html @@ -1,7 +1,7 @@ <div> <ul class="nav nav-tabs"> <li class="nav-item"><a class="nav-link active" role="tab" data-toggle="tab" href="#tab-1">8 (2004)</a></li> - <li class="nav-item"><a class="nav-link" role=&quo...
2007 May 11
15
Simulating onmouseleave and onmouseenter with Prototype
...simulation of onmouseleave and onmouseenter events. Why? Lets say you have a Menu. A ul element that contains many li elements. If you want to have a function (maybe an effect) fire when the mouse moves outside of the ul, you are out of luck. Observe the mouseout function like so: Event.observe(nav, ''mouseout'', function(e) { // you would think this would work alert(''mouse is outside of nav?...''); }); and what actually happens is that every time the mouse leaves the element OR crosses the boundary of a child element (li), the event is fired. Instead of i...
2007 Jul 18
3
immediate Descendants not working in IE
Hi, im currently styling a menu using a java script effect which hides the nested submenus on load, and also shows/hides them on mouseover. It is working in firefox, using ... var ul = $("nav").getElementsByTagName("ul")[0]; var lis = ul.immediateDescendants(); I then loop through lis to initially hide all the submenus. This works fine in firefox, but not in IE. The sub menus are still visible when the page loads?! Any ideas? --~--~---------~--~----~------------~----...
2012 Jun 19
4
GUI rails debugger
Hello, Somewhat new to rails here. But have used Ruby for years and thus have used ruby-debug before with success. My years of gdb experience were helpful. I like how rails development is easy to do with Vim and command line. They only time I yearn for a GUI tool is when debugging. I do MS MVC dev at work, and VS is nice for debugging, even if I am not nuts about the rest of it. Anyone
2024 Oct 08
1
rpcclient setdriver fails with WERR_ACCESS_DENIED
.... Probably not. Administrator is not and never has been a Unix user > > I'm pretty sure you can explain to me what's wrong with our > Administrator account. > Here's the [global]-part of our fileservers smb.conf file: > > [global] BIG SNIP > idmap config nav : unix_primary_group = Yes > idmap config nav : unix_nss_info = Yes > idmap config nav : schema_mode = rfc2307 > idmap config nav : range = 10000 - 19999 > idmap config nav : backend = ad > idmap config * : range = 2000 - 9999 > idma...
2006 Jan 30
5
url for image in css
Hi, I''d like to call a background image for every item in a list. Something like div#nav li.submenu {background: url(dropmenu.gif) 95% 50% no-repeat;} the image is in public/images/dropmenu.gif Thanks, Peter
2006 Jul 25
11
Prevent users from entering urls
How could I make it so that links on my page could link to a controllers action, but if the user manually entered the url, it would redirect them back to the main page? Is this possible? Thank you, -Ben Lisbakken -- Posted via http://www.ruby-forum.com/.
2011 Mar 02
3
haml to erb - does it work with new html5 tags?
Hi, I wanted to covert all my erb over to haml, but I use HTML5 tags like nav, section, article, etc. Any idea if this is supported by haml? Checked out their site, nothing mentioned there or did I miss something. Sorry noob here. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send...
2006 Jun 06
5
Rails and Framesets
I''d like to use a frameset to separate the content in an app I''m playing with into 3 separate panes. A 1/3 page width left pane will be for general navigation, (so rarely needs reloading). The main content separates into a top and bottom pane, (with the top pane being set by the nav pane, and the bottom pane being set by the top pane). Unfortunately, I''m new to Rails and haven''t the faintest idea how I can get Rails to parse...
2024 Oct 07
1
rpcclient setdriver fails with WERR_ACCESS_DENIED
...ly grant SePrintOperatorPrivilege. The following command is sucessfull on the AD-machine: root at ns1:# net -U 'administrator%pass2' rpc rights grant prtadmin SePrintOperatorPrivilege Successfully granted rights. root at ns1:# net -U 'administrator%pass2' rpc rights list accounts NAV\prtadmin SePrintOperatorPrivilege BUILTIN\Print Operators SeLoadDriverPrivilege SeShutdownPrivilege SeInteractiveLogonRight BUILTIN\Account Operators SeInteractiveLogonRight BUILTIN\Backup Operators SeBackupPrivilege SeRestorePrivilege SeShutdownPrivilege SeInteractiveLogonRight BUILTIN\Adminis...
2012 Nov 06
2
rspec failure upon revisit
...ot; type="text/css"> </head> <body> <div class="container"> <header><a href="/"><img alt="Sample App" class="round" src="/assets/logo.png"></a> <nav class="round"><ul> <li><a href="/">Home</a></li> <li><a href="/help">Help</a></li> <li><a href="#">Sign in</a></li> </ul></na...
2006 Jan 26
1
Samba (+ NAV?) and bad printer names?
...orrectly via Samba from both WinXP boxes. Here's a snippet of my smb.conf file: load printers = yes printing = cups printcap name = cups So what is going on with those WinXP machines at 4:00AM? The only thing I can think of is the daily system-wide scan done by Norton Antivirus (NAV). Can anyone shed some light on what is going on here and how I can stop these queries to bogus printer names? Thanks. ------------------------------------------ Logged Samba errors: Jan 24 03:59:34 nemesis smbd[3799]: [2006/01/24 03:59:34, 0] smbd/service.c:make_connection(800) Jan 24 03...
2005 Nov 08
1
Event.observers - I''m totally list - please help
Hello, I need some help on how to use the Event.observers - thank you in advance for your input. <div class="navcontainer"> <ul id="nav"> <li class="button"> <img src="images/spacer.gif" width="20" height="20"> </li> <li class="button"> <img src="images/spacer.gif" width=&qu...
2002 Sep 19
0
NAV detected a virus in a document you authored.
Please contact your system administrator. The scanned document was QUARANTINED. Virus Information: The attachment PARK,.scr contained the virus W32.Klez.H at mm and could NOT be repaired.
2010 Sep 06
0
can't install tomtom sat nav
I'm running ubuntu 10 4 1, tryong to install tom tom home software, seems to work but after couple of minutes there is message that there is no internet connection. I did in terminal <winecfg> first and then <wine ~/tomtomhome> Do I have to change something in wine configuration? Did I miss something. I can add that I'm not computer expert.
2005 Dec 07
1
Navigation
Greetings, I appreciate the help from here as I seem to be asking the noob questions a lot, but what is a good way to deal with navigation pulled from a database? I have this in my view: <% @nav_buttons.each do |nav_button| %> <li><a href="#" class="nav"><%=h nav_button.name %></a></li> <% end %> this in my controller def index shownav end...