similar to: Listing users from a group (net rap groupmember list)

Displaying 20 results from an estimated 2000 matches similar to: "Listing users from a group (net rap groupmember list)"

2003 Nov 18
0
groupmember and local groups
I see the message "Not supported by server" when trying the net groupmember command with my Samba server. Samba 3.0.0pre3 on RedHat 9 Member Server connecting to NT4 PDC Is there another way to add users to local groups? I can't get wbinfo -C to work either. Here is what happens... [root@silvery dl]# net groupmember add "CVS Operations Users" mydomain+janderson -U
2006 Feb 17
0
How do I use machine password for groupmember list?
I have successfully set up squid with ntlm_auth as per the Squid FAQ http://www.squid-cache.org/Doc/FAQ/FAQ-23.html#ss23.5 using a Win 2003 AD for NTLM2 authentication. The winbindd and nmbd servers are 3.0.20b, installed from Suse SLES 9 SP3. There is a requirement to manage web surfing by groups, and a cron job needs to obtain a list of members of groups. net rap -S AD groupmember list -U
2003 Jul 31
1
Réf. : groupmember list fails with 3.0.0b3 and LDAP
Hi, Same problem for me, any clue ? Gana?l. owen@isrl.uiuc.edu@lists.samba.org on 07/31/2003 01:42:21 AM Envoy? par : samba-bounces+ganael.laplanche=edf.fr@lists.samba.org Pour : samba@lists.samba.org cc : Objet : [Samba] groupmember list fails with 3.0.0b3 and LDAP Hi all, I've been working on a PDC with group mapping with Samba-3.0.0Beta3 with OpenLDAP-2.1.22. Things
2005 Feb 04
1
Samba 3.0.9/10, missing 'net rap printq list' on HP-UX?
I have only this platform to try it on, but observe the following inconsistencies: (from the manpage for 'net'): RAP PRINTQ RAP PRINTQ LIST QUEUE_NAME Lists the specified print queue and print jobs on the server. If the QUEUE_NAME is omitted, all queues are listed. ...OK, so: [novosirj@njmsa ~]> /products/samba/bin/net rap printq list ljndemo No command: list
2006 Aug 28
1
net rap share vs. net share
Hi All, I have been using the 'net rap share' command to enumerate Windows shares and CIFS shares hosted on Filers. I have realized though in some cases that using this command does not show all shares as does using 'net share'. I have looked at the shares hosted on this particular windows box and cannot find any difference between the ones that are enumerated using 'net rap
2005 Mar 09
1
Voicemail Rap
Hello! One of our guys created a short rap sequence (7 MB): http://www.nativeinstruments.de/tmp/vmrap.wav Andi -- -> Andreas Roedl -> Senior IT Manager -> NATIVE INSTRUMENTS GmbH -> andreas.roedl@native-instruments.de -> Schlesische Strasse 28 -> http://www.native-instruments.de/ -> D-10997 Berlin -> Tel. +49-30-61 10 35-430 -> Germany
2009 Feb 07
1
net rap validate
I'm trying to validate user/password pair in a domain without actually being joined (no account in AD server). It is important for me to do it whith this particular condition. My Samba version doesn't implement this command yet (net rap validate). Is there another way to do it? My Samba version is 3.0.33. Should I upgrade to a specific version in which this command is already implemented?
2003 Aug 23
0
Please help: Need help to upgrade Samba
Hi. I used Samba 2.2.x on my server with LDAP backend. I also had linux users in LDAP (pam_ldap). I had a separate tree for Samba and for linux users. Because I had problems browsing the user lists when trying to set permisions on a share on Win2k and WinXP members of domain and also for other reasons (printer drivers,...) I started an upgrade process to Samba 3.0 . After playing a lot with
2002 Aug 21
1
Groupmember of more than 32 Groups
Hi , i have the problem if somebody is member of more than 32 (Unix) groups every group bigger than number 32 will be cut off Debug Example : [2002/08/21 09:57:51, 3] smbd/sec_ctx.c:set_sec_ctx(319) 32 user groups: 500 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 [2002/08/21 09:57:51, 3]
2012 Jun 18
0
Creating an object with a nested has_many :through relationship
I have 3 models that define members, groups and the subscriptions: Member, Group, and GroupMember. class Member < ActiveRecord::Base > has_many :group_subscriptions, class_name: "GroupMember" > has_many :groups, through: :group_subscriptions > attr_accessible :email, :password > end > class Group < ActiveRecord::Base > has_many :member_subscriptions,
2004 Oct 07
0
Info on NetShareEnum RAP throwing "User has insufficient privilege"
I am looking for more info on the subject, since I get this response from a Windows/XP client to a SMBCLIENT command but do not know what checkings are held in the client (Windows/XP) in order to correct them. Any suggestion is welcome Manfredo Hopp
2006 Aug 09
1
Clarification on error_messages_for
Just learning Rails.. So this is probably a noob question. My apologies. Could anyone please give me a quick summary/example on the usage of error_messages_for? I have two tables/models, Group and GroupMembers. Obviously, a Group has_many GroupMembers. I have a customized view which shows a list of GroupMembers followed by a field and a button which facilitates adding a member to the group by
2006 Jun 08
3
has_many :through updates on delete.
I have a model that looks like this: class Actor < ActiveRecord::Base has_many :member_groups, :foreign_key => ''member_id'', :class_name => ''GroupMember'' has_many :groups, :through => :member_groups, :source => :group end class Group < Actor has_many :group_members, :foreign_key => ''group_id'',:dependent =>
2017 Feb 27
0
SMBTorture tests on HP UX IA64 - Samba 4.5.3 without AD DC
Hi Samba Team, We are testing Samba 4.5.3 without AD DC on HP UX IA64 with samba SMBTorture as test clients. We are running all tests in SMBTorture. Samba server failed about 75% of RAW tests ,16% of BASE tests ,90% of DCE/RPC protocol and interface tests (rpc), 50% of Remote Administration Protocol tests (rap) 100% of DFS referrals calls (dfs) and other test with minimum failures. We used the
2010 Apr 13
2
transpose but different
Hi all, I want to make extra columns in my datafile where the id of every groupmember is mentioned in separate columns. To explain it better see the example: id<-c(1,2,3,4,5,6,7,8,9,10,11,12) group<-c(1,1,1,1,2,2,3,3,3,3,3,3) a<-as.data.frame(cbind(id,group)) a id group 1 1 1 2 2 1 3 3 1 4 4 1 5 5
2010 May 02
2
samba4 make error - drsblobs.so
Hello - make fails to build the latest git of samba4 - erroring on drsblobs.so. Below is a full log from autogen.sh to the make. Would you have any suggestions on proceeding? Thank you, Ryan ryan at test1:~/samba-master/source4$ sudo ./autogen.sh ./autogen.sh: running script/mkversion.sh ./script/mkversion.sh: 'version.h' created for Samba("4.0.0alpha12-GIT-d83850a")
2008 Feb 19
1
Problem with sync files when no dir in the destin
Hi i'm a new user but rsync is easy and a great tool I have a folder caled source and a folder caled destini, like this + Source |_ FolderA |____ File1 |____ File2 + Destini I use this comando to sync only File 1 rsync -a Souce/FolderA/File1 Destini it's copy the File 1 to Destini but i would like who rsync create te Folder A in the destini and put the File 1 inside Then. I read
2018 Jul 25
0
Unable to contact active directory or verify claim types
I set "server min protocol = SMB2" and "server max protocol = SMB2" . Which then resulted in the Win 2012 R2 server being unable to access the Samba server as \\weirdserver <file://weirdserver> . But I can access via \\weirdserver.mydomain.com <file://weirdserver.mydomain.com> or \\ipaddres <file://ipaddres> . Logs on samba server for that client
2001 Jul 02
5
Nullsoft Vorbis Decoder v.1.11a Bug Report
Hi, there. While waiting for the encoder RC1, I will report some minor problems I experienced with Peter's Winamp decoder. First, I am using Nullsoft Vorbis Decoder v.1.11a with Winamp v.2.76 on Windows 98 SE. 1. When the buttons of Playlist Editor are extended, the part extended in playlist screen seems to be flickering when an Ogg file is being played. 2. I check the option of
2008 Jul 05
1
net rpc shutdown does not work
I'm using centos 5.2 up-to-date with its latest samba 3.0.28-1.el5_2.1 running a Samba PDC with OpenLDAP as backend. Everything else works fine but somehow this command *(net rpc shutdown -t 10 -U root -S xp1 -d 1)* doesn't work and return this with debug level 1 [2008/07/05 19:30:11, 1] utils/net_rpc.c:rpc_init_shutdown_internals(5206) Shutdown of remote machine failed! [2008/07/05