search for: creategroup

Displaying 6 results from an estimated 6 matches for "creategroup".

2000 Jan 30
0
"attack" (manage) NT domain using the linux tools?
...ltiple recipients of list SAMBA-NTDOM" <samba-ntdom@samba.org> Sent: Saturday, January 29, 2000 7:08 PM Subject: Re: "attack" (manage) NT domain using the linux tools? > yep! rpcclient. there's a man page, even. createuser, setuserinfo user > -p newuserpassword, creategroup addgroup, delgroup creategroupmem etc etc > it's about 98% all there. > > On Sat, 29 Jan 2000, Gregory Leblanc wrote: > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Say, with all this cool stuff you've been doing lately, can I use > &g...
2002 May 14
0
Bugfix for idealx smbldap-tools
..." -P ends by invoking smbldap-passwd.pl\n"; @@ -95,7 +95,7 @@ # as rid we use 2 * uid + 1000 my $userRid = 2 * $userUidNumber + 1000; if (defined($Options{'x'})) { - $userRid= sprint("%x", $userRid); + $userRid= sprintf("%x", $userRid); } my $createGroup = 0; @@ -131,7 +131,7 @@ # as grouprid we use 2 * gid + 1001 my $userGroupRid = 2 * $userGidNumber + 1001; if (defined($Options{'x'})) { - $userGroupRid = sprint("%x", $userGroupRid); + $userGroupRid = sprintf("%x", $userGroupRid); } # Read only first @ARGV m...
2003 Nov 11
1
Samba 3 Redhat 9 Openldap doc
...;finial UID start $UID_START.\n"; if ($nscd_status == 0) { system "/etc/init.d/nscd start > /dev/null 2>&1"; } # as rid we use 2 * uid + 1000 my $userRid = 2 * $userUidNumber + 1000; if (defined($Options{'x'})) { $userRid= sprint("%x", $userRid); } my $createGroup = 0; my $userGidNumber = $Options{'g'}; # gid not specified ? if (!defined($userGidNumber)) { # windows machine => $_defaultComputerGid if (defined($Options{'w'})) { $userGidNumber = $_defaultComputerGid; # } elsif (!defined($Options{'n'})) { # create new group (redhat st...
2012 Feb 14
4
What I'm doing wrong, has_and_belong_to_many
...cript/rails:6:in `<main>'' 1.9.3-p0 :010 > My EmailModel class Email < ActiveRecord::Base has_and_belongs_to_many :groups validate :email end My GroupModel class Group < ActiveRecord::Base has_and_belongs_to_many :emails validate :name end My GroupsMigrate class CreateGroups < ActiveRecord::Migration def change create_table :groups do |t| t.string "name" t.string "description" t.timestamps end end def down drop_table :groups end end My EmailsMigrate class CreateEmails < ActiveRecord::Migration def ch...
2017 Dec 08
0
Wine release 3.0-rc1
...a (21): shell32/tests: Simplify and standardize test structure for progman_dde. explorer: Use the class name ExplorerWClass for the explorer browser. explorer: Set the window title to the current directory. shell32: Add a parser for DDE commands. shell32: Implement the CreateGroup() command for Progman DDE. shell32: Implement the DeleteGroup() command for Progman DDE. shell32: Implement the ShowGroup() command for Progman DDE. hlink/tests: Add tests for navigating from a string reference. hlink: Better handle the IBrowseContext parameter in IHlink::Na...
2008 Aug 22
0
Wine release 1.1.3
...x: Tests for CreatePlayer. dplayx: Tests for GetPlayerCaps. dplayx: Tests for Get/SetPlayerData. dplayx: Tests for Get/SetPlayerName. dplayx: Tests for GetPlayerAccount. dplayx: Tests for GetPlayerAddress. dplayx: Tests for GetPlayerFlags. dplayx: Tests for CreateGroup. dplayx: Tests for GroupOwner. dplayx: Tests for EnumPlayers. dplayx: Tests for EnumGroups. dplayx: Tests for EnumGroupsInGroup. dplayx: Tests for checking the behaviour of groups in a p2p session. dplayx: Tests for checking the behaviour of groups in a C/S sessi...