search for: test_group

Displaying 4 results from an estimated 4 matches for "test_group".

Did you mean: test_groups
2019 Jan 21
2
I have issue in configuring file servers with AD integration.
...older). > below are the config. When I try to access inherit1 from widows > getting you do not have permission to access > \\xxx.xxx.xxx.xxx\inherit1. Could you please help me on this. > > [test] > comment = Ubuntu File Server Share > path = /srv/samba/test > #valid users = test_groups > #browsable = yes > read only = no > create mask = 0640 > writable = yes > inherit permissions = no > valid users = +"SBX\Test-Group" > > [inherit1] > writeable = yes > comment = inherit1 > valid users = +"SBX\Inherit-Group", at +"SBX\...
2006 Feb 08
8
Strategies for Unit testing 2 databases
...untime, and spanning relationships across the databases (which really impressed me). The problem is, I can''t seem to force Units for these models (that use a secondary db) to load their fixtures into and use the secondary database. I tried applying this: Project.establish_connection(:test_group) (where :test_group is a database connection defined in database.yml) at various locations within the test itself, and test_helper.rb... but my unit is failing with this error: ActiveRecord::StatementInvalid: Mysql::Error: Table ''scoot_test.projects'' doesn''t exist: DE...
2019 Jan 21
0
I have issue in configuring file servers with AD integration.
...name = /dev/null disable spoolss = yes [share] comment = Ubuntu File Server Share path = /srv/samba/share browsable = yes guest ok = yes read only = no valid users = +"SBX\Test-Group" create mask = 0640 [test] comment = Ubuntu File Server Share path = /srv/samba/test #valid users = test_groups #browsable = yes read only = no create mask = 0640 writable = yes inherit permissions = no valid users = +"SBX\Test-Group" [test myfolder] comment = Ubuntu File Server Share, permission inheritance path = /srv/samba/test/myfolder #browsable = yes read only = no create mask = 0640 writab...
2015 Nov 18
0
[Bug 2497] New: Add debugging information to ga_match() to show each attempted match
...ed, as described in our bugzilla [1] (related pull request on github [2]). The actual problem is lying in sssd, but having this feature can help to debug and understand what is going on under the hood of sshd during login time and during group matching. Steps to Reproduce: 1. Set 'AllowGroups test_group "domain user group"' to the /etc/ssh/sshd_config file 2. Set 'LogLevel Debug3' in the /etc/ssh/sshd_config file. 3. Restart sshd. 4. Attempt to log in with a user in the 'users' group. Actual results: 5. Remain puzzled Expected results: 5. Find out that the "dom...