Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
8answers
212 views

What compels you to attend your local user group(s)?

So I'm in Des Moines, Iowa and we have a good number of user groups in our area considering our size. Ruby, .Net, Java, Agile, *nix, etc... Well, tonight a good number of us "leaders" of said user ...
6
votes
1answer
260 views

Subquery returning multiple columns - or a close approximation

I have an interesting problem, however I don't know quite how to articulate it better than saying I have a subquery that needs to return multiple columns. PostgreSQL throws an error when I attempt to ...
4
votes
2answers
807 views

How to create a local user group (in C#)

I'm looking for a way how to programmatically create a local user group. I found plenty of examples on how to query and add users but nothing I can understand about how to create a new group. var ...
4
votes
2answers
64 views

Are there any online user group meetings?

I must admit that I am incredibly jealous of those developers who happen to live near active user groups (e.g. the ALT.NET guys in Austin). I often read blog posts and listen to podcasts that ...
3
votes
5answers
152 views

Is there a C# library that behaves like Active Directory's Permissions and Groups?

I like the way permissions and groups work in Active Directory, but I don't want to actually tie my application in with AD. Is there an existing library out there that contains the same sort of ...
3
votes
2answers
110 views

List of programming related conferences, unConference and meet-ups in the UK?

I really enjoy attending unconference/BarCamp type events and getting to meet developers, designers etc. from different backgrounds and sharing ideas in person. However, I have trouble finding ...
3
votes
5answers
13k views

Enumerate Windows user group members on remote system using c#

Within c#, I need to be able to Connect to a remote system, specifying username/password as appropriate List the members of a localgroup on that system Fetch the results back to the executing ...
2
votes
3answers
1k views

VB.NET - How to Convert SID to Group Name with Active Directory

Using VB.NET, How do you Convert the sid to Group Name with Active Directory? example: I need to get "group_test" and not "S-1-5-32-544" The code I'm using is: Public ReadOnly Property Groups As ...
2
votes
3answers
555 views

Add group “Everyone” to directory and all of it's sub-directories

I'm currently using Vista 32-bit. How do I add the Windows security group "Everyone" and give full control to a directory and all of it's sub-directories and all files? Is there a powershell script ...
2
votes
2answers
751 views

Convert SID's to usernames/groups?

I'm looping through a network directory and trying to output the user/group names (permissions) associated with each file/folder. I'm getting the SID's back but I want the names like "group_test" and ...
2
votes
1answer
1k views

ASP.NET MVC check if user belongs to [x] group

Maybe I'm approaching this the wrong way and should be doing everything in action filters, in which case please point me in the right direction! I'm setting up my ASP.NET MVC application so that the ...
2
votes
3answers
42 views

Is it acceptable for a server-based application installer to create a new group?

We're building an application designed to run on Windows-based servers. One of the considerations we're looking into at the moment is how to control access to the application's GUI, which allows ...
2
votes
3answers
335 views

How do I find Programming Clubs/User Groups in my Area?

Been programming for a while and would like to talk or chat with someone in my same programming language.
1
vote
0answers
136 views

User Group Selection at registration in Joomla1.6

I am developing a job site for a client where he needs to be able to have his user registered either as an "Employer" or as a "Job Seeker". As with the new Joomla we do have different Access levels i ...
1
vote
1answer
44 views

how can I extract group of my users in facebook apps?

how can I extract users in one of my groups from within a facebook app? I wrote $userData = $facebook->api('/group'); but I did not receive anything! just an empty array. Thanks
1
vote
1answer
68 views

Rails groups / user members associations best practices

I'm pretty new to Ruby and Rails and I'm developing a web app that requires multiple groups, each of which has many members, but the groups and members are completely separate from one another. ...
1
vote
3answers
755 views

VB.NET - How to see if Current User's Group Name matches a specified Group Name using Active Directory Roles and SID's

I'm trying to match up a specific group name and see if it exists for the currently logged in user using Active Directory roles. If the Group Name exists for the Current User, I want that group name ...
1
vote
4answers
1k views

Create a user-group in linux using python

I want to create a user group using python on CentOS system. When I say 'using python' I mean I don't want to do something like os.system and give the unix command to create a new group. I would like ...
1
vote
2answers
731 views

Sharepoint - Permissions?

Im trying to run a command on the AddUserToGroup method via webservices (UserGroup.asmx). I set up the code as follows. //set up the user group userGroup = new UserGroup.UserGroup(); userGroup.Url = ...
0
votes
0answers
51 views

How to create users groups in Vanilla Forum

i'm looking for a way to create users groups in Vanilla Forum (Vanilla is an open-source community-building solution) The goal is allowing users, registered in a certain group, reading and editing ...
0
votes
3answers
527 views

VB.NET Error - Null Reference Exception could occur at run time when the result is used

Background: I wrote code that will output all the currently logged in User's Active Directory group names. I want the group name (ex: Acomp_user_BIG) via IdentityReference.Translate instead of the ...
0
votes
1answer
87 views

Groups of users

I have small project with users, users posts, friendships, comments. I want to make groups of users. Can you help me make it? or send to make links to tutorials or books. thank u so much
0
votes
2answers
231 views

Querying LDAP for Usergroup of Specific User

I have to check usergroups of LDAP Active Directory for a specific user in C#. Mean I pass this username to a method and it returns me list of group from that user belongs. Can You Please help me in ...
0
votes
1answer
66 views

Spring - allowing a user to view a page as another user

We have a website with 2 user groups: the admin group and the customer group. The groups have different restrictions set up hence the admin group sees one set of products and the customer groups sees ...
0
votes
1answer
467 views

Sharepoint 2010 List View trouble: doesn't work CAML query for group selection

I've created a "By my group" view in Schema.xml for a TaskList, using best known solution: <Query> <Where> <Or> <Membership Type="CurrentUserGroups"> ...
0
votes
1answer
271 views

SQL Server 2008 with Windows Authentication: Windows login gets mapped to several DB users at the same time?

I have configured two users inside a SQL Server 2008 Express database: red and round. red maps to a local Windows group MACHINE\Red. red is a member of the default database roles db_datawriter. ...
0
votes
3answers
103 views

Joomla member user groups

I want to be able to create a members area in Joomla which would be split into 3 groups. People from each group would only be able to see content for their group, profiles for their group and also ...
0
votes
3answers
233 views

Block access for user to change his machine address in C# .NET for Windows Forms

What i want is : There is one windows app ( made in .NET 3.5, VS2008, C# ) for Windows XP SP2 & SP3 generally users can change there IP or modify their IP Address. Now,when my apps starts i ...
0
votes
3answers
231 views

user groups and their permissions to manage site

What would be the best way to grant certain actions/permissions to users based on their group? Let's say there are 3 groups - user, admin and accountant. User can do action1, admin - action1,2,3 ...
0
votes
3answers
72 views

Merge two (or more) arrays and keep values that are highest?

I've got a permissions/group based setup that I'm trying to merge results on. For example, a user might be associated with four groups: | username | passwd | email | groups | | ...
0
votes
1answer
357 views

SVN user groups and permissions

I have setup an SVN server on my hosting account. Users can check in and out, but they have access to my entire repository. To give people access, I issue users a public key to my account and then I ...
0
votes
1answer
361 views

Sharepoint Redirecting Users or Groups from a page to another

What I am tring to do is, when people comes to that page: http://server:26521/MY%5FPortal/service/default.aspx I want them to be redirected to that page http://server:26521/default.aspx Depending ...
0
votes
2answers
1k views

How do I detect what Domain User Group a Windows User is in with VB.NET?

How would I go about this? I know that using Dim currUser As String = Request.ServerVariables("LOGON_USER") retunrs the Domain\Username, but I want to know what Group that user is in say in Active ...
0
votes
3answers
74 views

How & where can I setup servers for a learning development project?

Backgroud: I am a board member of the Fox Valley .Net User Group. We are starting a Special Interest Group to do a software project from start to finish. We want to focus on having senior .Net members ...