Displaying 5 results from an estimated 5 matches for "2k3r2".
Did you mean:
w2k3r2
2015 Oct 10
0
Adding a new DC to an existing Windows domain.
...network is set up with bind 9 servers (all Linux) that are separate from
my AD servers, ns-master, ns1, and ns2, with ns-master being the target of
the SOA record for the zones. ns1 and ns2 are joined to my AD domain
running Samba, ns-master is standalone.
I have 2 existing DCs one running Windows 2k3R2 and the other running
Windoes 2k8R2.
I'm looking to add a Samba DC to the domain, and the add works fine, and
the new DC appears correctly in both AD Users and Computer and AD Sites and
Services.
The problem I'm having is that samba_dnsupdate is failing with the
following errors for each...
2014 May 30
2
Schema attributes changes after AD extension
Hey,
I extend my AD with some new attributes, but I make some mistakes on the
way and now I'm trying to modify those wrong attributes entries, like
isSingleValued and oMSyntax.
I'm following these guide -
https://blogs.oracle.com/hariblog/entry/modify_attribute_properties_in_active
- to make the changes. I go to LDP.exe, connect and bind to LDAP and try
to make the changes on
2018 Nov 23
2
[PATCH] v2v: Add support for libosinfo metadata
...nd product "XP" >= 0 ->
+ Some "http://microsoft.com/win/xp"
+
+ | { i_type = "windows"; i_major_version = 5; i_minor_version = 2;
+ i_product_name = product } when String.find product "R2" >= 0 ->
+ Some "http://microsoft.com/win/2k3r2"
+
+ | { i_type = "windows"; i_major_version = 5; i_minor_version = 2 } ->
+ Some "http://microsoft.com/win/2k3"
+
+ | { i_type = "windows"; i_major_version = 6; i_minor_version = 0;
+ i_product_variant = "Server" } ->
+ Some "htt...
2018 Nov 23
0
Re: [PATCH] v2v: Add support for libosinfo metadata
...>= 0 ->
> + Some "http://microsoft.com/win/xp"
> +
> + | { i_type = "windows"; i_major_version = 5; i_minor_version = 2;
> + i_product_name = product } when String.find product "R2" >= 0 ->
> + Some "http://microsoft.com/win/2k3r2"
> +
> + | { i_type = "windows"; i_major_version = 5; i_minor_version = 2 } ->
> + Some "http://microsoft.com/win/2k3"
> +
> + | { i_type = "windows"; i_major_version = 6; i_minor_version = 0;
> + i_product_variant = "Server&quo...
2018 Nov 23
1
[PATCH v2] v2v: Add support for libosinfo metadata
...nd product "XP" >= 0 ->
+ Some "http://microsoft.com/win/xp"
+
+ | { i_type = "windows"; i_major_version = 5; i_minor_version = 2;
+ i_product_name = product } when String.find product "R2" >= 0 ->
+ Some "http://microsoft.com/win/2k3r2"
+
+ | { i_type = "windows"; i_major_version = 5; i_minor_version = 2 } ->
+ Some "http://microsoft.com/win/2k3"
+
+ | { i_type = "windows"; i_major_version = 6; i_minor_version = 0;
+ i_product_variant = "Server" } ->
+ Some "htt...