similar to: Workaround to "Provider groupadd does not support features manages_members" ?

Displaying 13 results from an estimated 13 matches similar to: "Workaround to "Provider groupadd does not support features manages_members" ?"

2010 May 06
1
useradd and groupadd very slow
Hi everybody, After joining a Windows 2003 Active Directory Domain the commands to add local Users and Groups to the Linux machine are very slow. It took up to 10 minutes to add a User or a Group. OS is CentOS 5.4 (Samba Version 3.0.33-3.15). Everything else works without problems. I assume the reason is that our Active Directory Domain is very huge (about 30.000 Users) but I haven't found
2004 Aug 05
0
Charset Problem on the smbldap-groupadd
Helllo, I'm working on a factory placement which consists of writing a French how to for migration of an NT4 PDC to a RH AS 3 server PDC with Samba3+openLDAP backend. For the time being everything worked just smooth up to the net rpc vampire command. After several identification problems for the DSA accounts, I rebuilt the DSA entries and everything works smooth. I can use
2015 Sep 02
0
groupadd failure
The groupadd manpage gives this clue: The default is to use the smallest ID value greater than or equal to GID_MIN and greater than every other group. Maybe you have a group numbered GID_MAX or more already? 60000, according to the manpage. On Wed, Sep 02, 2015 at 09:42:29PM +0100, isdtor wrote: > The munin rpms from EPEL failed to install correctly on a particular > machine. This is
2015 Sep 03
0
groupadd failure
On 02/09/2015, Greg Lindahl <lindahl at pbm.com> wrote: > Sorry, I didn't read what you said carefully enough -- it's trying to > create a system group. Still, looking inside of /etc/group to see what > system groups already exist is probably a good idea. This is not exactly trivial to figure when there's no documentation what the system group limits actually are.
2015 Sep 03
1
groupadd failure
Am 03.09.2015 um 10:33 schrieb isdtor <isdtor at gmail.com>: > On 02/09/2015, Greg Lindahl <lindahl at pbm.com> wrote: >> Sorry, I didn't read what you said carefully enough -- it's trying to >> create a system group. Still, looking inside of /etc/group to see what >> system groups already exist is probably a good idea. > > This is not exactly
2015 Sep 03
1
groupadd failure
On 09/03/15 04:33, isdtor wrote: > On 02/09/2015, Greg Lindahl <lindahl at pbm.com> wrote: >> Sorry, I didn't read what you said carefully enough -- it's trying to >> create a system group. Still, looking inside of /etc/group to see what >> system groups already exist is probably a good idea. > > This is not exactly trivial to figure when there's no
2006 Jul 24
3
Question about layout
Hey, I couldn''t find answer for this question for quite long, I hope some one will explain to me why layout specified in application.rb is not displayed properly on all views? I mean some divs are displayed wrong or without layout at all... let''s say login.rhtml has layout on its own and now it works ( exactly this same as project.rhtml which is layout for the whole
2015 Sep 02
2
groupadd failure
The munin rpms from EPEL failed to install correctly on a particular machine. This is why # /usr/sbin/groupadd -r munin groupadd: Can't get unique system GID (no more available GIDs) # but I don't understand why this happens. Even after checking the man pages for groupadd and login.defs, I have been unable to determine what the settings for SYS_GID_MIN/SYS_GID_MAX on RHEL/CentOS are.
2015 Sep 02
3
groupadd failure
Sorry, I didn't read what you said carefully enough -- it's trying to create a system group. Still, looking inside of /etc/group to see what system groups already exist is probably a good idea. On Wed, Sep 02, 2015 at 02:19:51PM -0700, Greg Lindahl wrote: > The groupadd manpage gives this clue: > > The default is to use the smallest ID value greater than or equal to >
2009 Dec 26
0
Problem using smbldap-groupadd / net group add
Hello, I've got a problem using ldap support on my Ubuntu jaunty. Here are the versions : samba/jaunty uptodate 2:3.3.2-1ubuntu3.2 smbldap-tools/jaunty uptodate 0.9.4-1 First of all, smbldap-groupadd don't use the sambaNextRid to create a group, it compute it. Is this a normal way ? I've patch smbldap-groupadd to do this : - #$group_rid = 2*$_groupGidNumber+1001; +
2006 Feb 08
1
functional test problem
I am trying to write a test for my delete method. I find a User in the db by its id, do the delete action, then I want to see if it is still in the db. How do I check that the User IS Deleted without causing errors? ** My Test ******************************** def test_delete_user login user = User.find(2) post :delete_user, {:id => user.id} assert_equal "User
2008 Dec 02
4
Using Cucumber with latest Webrat
I added cucumber to my rails project using the following commands: git submodule add git://github.com/aslakhellesoy/cucumber.git \ vendor/plugins/cucumber ruby script/generate cucumber git submodule add git://github.com/brynary/webrat.git \ vendor/plugins/webrat git submodule add git://github.com/dchelimsky/rspec.git \ vendor/plugins/rspec git submodule add
2008 Dec 10
1
Oddness with fieldnames containing an underscore
Hi all, I''m not sure if this is a cucumber or webrat thing given that I only starting tinkering with both last night for the first time (testing newb as well), but I''ve come across an oddity when trying to write a scenario to create a user. Scenario: Register new user Given I am on the new user page And I fill in "login" with "fredf"