Displaying 4 results from an estimated 4 matches for "can_create".
2011 Aug 16
4
Failed join operations
I'm running a PDC on Samba 3.60. Just freshly upgraded it from Samba
3.028a with the purpose of supporting Windows 7. However though all
the existing users and computers are running fine, I'm stumped trying
to join a new Windows 7 machine to it. I have applied the
DomainCompatibility registry fix.
When I try to join a Windows 7 workstation I will get this message :
The join operation
2006 Sep 18
1
joining domain fails because of no samba entries with 3.0.23c
...45 ........ ....?..E
[010] 8B 7A 00 00 .z..
[2006/09/18 18:30:05, 5]
rpc_server/srv_samr_nt.c:access_check_samr_function(222)
_samr_create_user: access check ((granted: 0x000d067b; required:
0x00000010)
[2006/09/18 18:30:05, 10] rpc_server/srv_samr_nt.c:can_create(2389)
Checking whether [MYCOMPUTER$] can be created
[2006/09/18 18:30:05, 3] smbd/sec_ctx.c:push_sec_ctx(208)
push_sec_ctx(0, 512) : sec_ctx_stack_ndx = 1
[2006/09/18 18:30:05, 3] smbd/uid.c:push_conn_ctx(345)
push_conn_ctx(101) : conn_ctx_stack_ndx = 0
[2006/09/18 18:30:05, 3] smbd/sec_ctx.c...
2012 Sep 18
4
"best practices" for Rails serving RESTful JSON services for use by AngularJS, Ember.js, etc.
...out?
def new
@company = Company.new
respond_with @company
end
# I have not tested this- just a possibility of something that would use
roar-rails which provides consume! and deserialization.
def create
# another method to implement that relies on proper authorization
if can_create?
respond_with(errors: [''Access denied to create #{self.class.name}''],
status: forbidden)
end
begin
@company = Company.new(params[:company])
consume! @company
if @company.errors
respond_with(errors: [@company.errors], location: users_url,
s...
2008 Mar 31
0
xp can not join domaine !
...p_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2008/03/13 00:17:05, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2008/03/13 00:17:05, 3] smbd/sec_ctx.c:pop_sec_ctx(339)
pop_sec_ctx (1012, 513) - sec_ctx_stack_ndx = 0
[2008/03/13 00:17:05, 5] rpc_server/srv_samr_nt.c:can_create(2404)
trying to create SERVE$, exists as User
[2008/03/13 00:17:05, 5] rpc_parse/parse_prs.c:prs_debug(84)
000000 samr_io_r_create_user
[2008/03/13 00:17:05, 5] rpc_parse/parse_prs.c:prs_uint32(708)
0000 data1: 00000000
[2008/03/13 00:17:05, 5] rpc_parse/parse_prs.c:prs_uint32(708)...