Displaying 3 results from an estimated 3 matches for "132070".
Did you mean:
112070
2007 Feb 26
7
Duplicate group mappings - which ones to delete?
...0113-1223051555-132069) ->
accounting
Sales (S-1-5-21-3597458131-155160113-1223051555-132072) -> sales
Human Resources (S-1-5-21-3597458131-155160113-1223051555-132077) -> hr
IT (S-1-5-21-3597458131-155160113-1223051555-132071) -> it
Engineering (S-1-5-21-3597458131-155160113-1223051555-132070) ->
engineering
parts (S-1-5-21-3597458131-155160113-1223051555-132073) -> parts
users (S-1-5-21-3597458131-155160113-1223051555-132075) -> users
parts (S-1-5-21-3597458131-155160113-1223051555-132074) -> parts
Thanks,
Paul
2015 Jun 04
1
error when samba-tool domain classicupgrade
...n parameter encountered: "share modes"
Ignoring unknown parameter "share modes"
Provisioning
Exporting account policy
Exporting groups
Exporting users
Demoting BDC account trust for pdc, this DC must be elevated to an AD DC using 'samba-tool domain dcpromo'
Next rid = 132070
Failed to bind - LDAP error 34 LDAP_INVALID_DN_SYNTAX - <invalid DN> <>
Failed to connect to 'ldap://192.168.0.7/' with backend 'ldap': (null)
ERROR(<class 'samba.provision.ProvisioningError'>): uncaught exception - ProvisioningError: Could not open ldb co...
2008 Oct 13
2
Wx::Bitmap causes segfaults
Instantiating a Wx::Bitmap with width and height causes a segmentation
fault. This is the minimal example I could find where the behaviour is
exhibited:
require ''rubygems''
require ''wx''
Wx::Bitmap.new(1, 1)
Results in:
/usr/lib/ruby/gems/1.8/gems/wxruby-1.9.8-x86-linux/lib/wx/classes/bitmap.rb:17:
[BUG] Segmentation fault
ruby 1.8.6 (2007-09-24) [i486-linux]