similar to: Setting SeServiceLogonRight ?

Displaying 20 results from an estimated 700 matches similar to: "Setting SeServiceLogonRight ?"

2003 Apr 04
2
samba_3_0+ldapsam: Bug?
Hi, after upgrading samba 3.0 from ~ Jan. 03 cvs -> today's cvs, samba crashes while contacting an LDAP server. If I try: $ smbclient -L localhost -Udariush%pass smbd logs the following: [2003/04/04 18:20:39, 2] passdb/pdb_ldap.c:ldapsam_search_one_user(648) ldapsam_search_one_user: searching for:[(&(uid=dariush)(objectclass=sambaAccount))] [2003/04/04 18:20:39, 10]
2013 Mar 16
3
Do you ALWAYS use "bundle exec rspec spec" tests?
I''m going through Michael Hartl''s Rails tutorial, and I am happy to report that (as of the end of section 7) I''m able to get things working. (That said, I skipped the section on automated testing, as Hartl warned that automated testing is the most likely part of his book to become outdated.) There is a heavy emphasis on the "bundle exec rspec spec" tests.
2004 Feb 13
1
ACL bug
Hello, I'm using samba 3.0.2(acl) and kernel 2.4.24+acl, libacl-2.2.23. Following problem: When I create a file in an directory with extended ACLs, samba applies the "create mask" in a wrong way (IMHO). The normal behaviour of tools like chmod is that the second (middle) permission field is mapped to the "mask" ACE if the file has an extended ACL, so that the change
2012 Jul 18
3
Undefined method error
I have been working on a project based on Michael Hartl''s book Ruby on Rails Tutorial in order to try to teach myself Ruby on Rails. However, when it tries to render a form designed to allow a user to submit a small message, I get an error saying, "undefined method `model_name'' for NilClass:Class". It says the error is at line 1, which is "<%= form_for
2013 Aug 27
2
trying to create asset management app having trouble with edit page
i trying to create an asset management app. i am working through the ruby on rails 4.0 guide by Michael Hartl but in his guide it shows edit page for authenticated users i do not needthis function as the app will be deployed to an intranet. i have tried to adapt the edit portion in the above mentioned guide but it is not working. i am a newbie to this so any help with websites to look at or other
2003 Jan 18
3
Adding a machine; I think I am onto something
Parameters are: Samba 2.2.7a PDC setup with LDAP includeing posix authentication for Linux. OK, the tutorial I've based my setup on is the Mandrake tutorial found at http://www.mandrakesecure.net/en/docs/ldap-auth.php Works great for autenticateing Linux from LDAP but it is really sparse on the Samba side of things. Esepcially when it comes to adding machine trust accounts. So anyway I
2002 Feb 01
1
problem booting linux on intel scb2 ata board
hello again, i've reported a problem with the intel scb2 ata board and syslinux a few days ago. now i've more details: the scb2 ata board has an onboard promise raid controller. when the option bios of this ide raid controller is disabled syslinux works fine - but if the option bios is enabled (which has to be if i want to boot form the harddisk) the boot of the fails (kernel version:
2002 Jan 22
1
problem with syslinux
hello, i've a problem with syslinux on an intel sbc2 server board (other boards are ok). versions up to 1.48 work fine but from 1.49 there is a problem. when booting linux the system hangs after the message: Uncompressing Linux... Ok, booting kernel. sometimes there that message isn't displayed and the system just hangs with an empty screen. can you help me? best regards simon
2012 Nov 07
12
Develop using Rails in offline mode
I''m very new to Rails and I''m quite confused if I can practice Rails in offline mode? I''m following the Ruby on Rails Tutorail by Michael Hartl and I noticed that after generating a new app through the command "rails new app_name", "bundle install" is then called to download the gems specified in the Gemfile. What if I don''t have an
2011 Nov 12
4
No route matches [GET] "/microposts/304"
Hi all, I''m learning Rails by Example (chapter 11), by Michael Hartl ( http://ruby.railstutorial.org/chapters/user-microposts#top) but I got no route matches when I try to delete one micropost. the _micropost html is... <tr> <td class="micropost"> <span class="content"><%= micropost.content %></span> <span
2003 Jan 17
1
Samba-LDAP - Getting Computer accounts to live in ou=Computers
OK, here is the deal. My system spins like a top with one exception. I would like to store Computer accounts in ou=Computers and get them out of ou=People. I've tried simply makeing this the ou that Computers are added to but then the XP clients cannot seem to see them. Changeing this is likley to be easy to do and incredibly hard to find the specific details of how to do it. I know
2003 Jan 30
2
Auth PPTP X SAMBA
Good Morning, My doubt and the following one: I have a server with SuSE 8,0 using VPN PPTP, would like to know as I can make with that the users if Authentication for the samba. Regards Fabio Sena Brasil - PE
2003 Feb 11
2
Samba / OpenLDAP and groups
Hi- I'm using Samba with OpenLDAP and was wondering how to add a user to multiple groups, for instance 'Domain Users' and 'Marketing'. Is this stored in the gid field? Do I just add more than one gid filed for each entry? Thanks! -Greg _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE*
2003 Apr 10
1
Samb and Ldap groups
Hi, After some carefully editing of pdb_ldap.c I have managed to get a list of groups from the LDAP directory if you are root or anyother user. :-) The problem now is if you run the command (from win2k) net group it /domain (where 'it' is the group name) or try to open a group in user manager you do not get any listing of uers in that group. The error in windows is "Group name
2013 Oct 08
1
Trouble with rspec and FactoryGirl Sequence
I''m following Michael Hartl''s Ruby on Rails 3 Tutorial but I''m using Rails 3.2.8 and FactoryGirl 4.2.0 and rspec 2.14.1 I''m in chapter 10 trying to generate tests for pagination (using will_paginate 3.2.5 which works fine in dev) I can get FactoryGirl to test just fine if I don''t use Sequence but I can''t seem to figure out the correct syntax
2012 Jul 03
1
View with Variable Number of Fields
I''m a relative n00b when it comes to Rails. I''ve gone through Michael Hartl''s tutorials (both editions, books and screencasts) and I can build a basic CRUD web app without help. However, for a personal project I''m working on, I''m lost as to how to move forward. Here''s the situation ... I have a model called Project with two fields,
2003 Feb 04
2
some permissions issues
I?m facing some troubles with file / directory permissions... I log on the domain as admin user(root), and theres a pub share, on witch everyone needs to have permission to create / modify files, but when I change or create a file, only root can change the file, no one else. And then i need to go to server to chgrp users * -R and chown nobody * -R to allow others users to change the file.
2011 Jun 12
3
Problem with undefined variable current_user
Hi everyone, I''m working through the tutorial at the following link and attempting to customise/adapt the lessons for my own slightly different application. Link: Ruby on Rails Tutorial: Learn Rails by Example | Ruby on Rails 3 Tutorial book and screencasts | by Michael Hartl <http://ruby.railstutorial.org/ruby-on-rails-tutorial-book> I''m currently trying to work
2012 Dec 28
3
installing ruby 1.9.3 in michael hartl's ruby on rails tutorial
I''m working on Michael Hartl''s ruby on rails tutorial http://ruby.railstutorial.org/ruby-on-rails-tutorial-book#sec-development_tools . I installed Git, updated my OS to 10.8.2 and downloaded XCode 4.5.2. when I type in rvm install 1.9.3 this long thing comes up... Ruby (and needed base gems) for your selection will be installed shortly. Before it happens, please read and
2013 Mar 18
10
Learning Rails - Advice for development environment
Hello, I have been learning Rails for several weeks now. I am working through Michael Hartl''s tutorial and other various things. My question is basically regarding what type of environment to do my development in. First, some background: I have used different linux distros on and off throughout the years, so it was easy and familiar for me to set up my desktop computer with Mint and