Displaying 4 results from an estimated 4 matches for "c19a".
Did you mean:
c19
2017 Aug 21
0
AutoFS
...omountKey
> mustContain: automountInformation
> mayContain: description
> rDNAttID: cn
> showInAdvancedViewOnly: TRUE
> *objectClassCategory: 1*
> lDAPDisplayName: automount
> name: automount
> objectGUID: 4ce936a8-8791-4b74-944b-f8e66748724d
> schemaIDGUID: 32dda32c-859a-c19a-f0da-de84c2c8fd47
> objectCategory:
> CN=Class-Schema,CN=Schema,CN=Configuration,DC=corp,DC=lncsa,DC
> =com
> defaultObjectCategory:
> CN=automount,CN=Schema,CN=Configuration,DC=corp,DC=lncs
> a,DC=com
> uSNChanged: 10605
> distinguishedName:
> CN=automount,CN=Sche...
2017 Aug 18
4
AutoFS
Hi all,
I would like to use AutoFS on Samba but I encounter difficulties with
ldap entries.
I have already add the Automount Schema from the Wiki
(https://wiki.samba.org/index.php/Samba_AD_schema_extensions) but I
can't add "auto_master" and the folowings leaf.
I tried :
dn: automountmapname=auto_master,dc=MYDOMAIN
automountMapName: auto_master
objectClass: automountMap
2020 Aug 21
3
[PATCH] vdpa/mlx5: Avoid warnings about shifts on 32-bit platforms
Clang warns several times when building for 32-bit ARM along the lines
of:
drivers/vdpa/mlx5/net/mlx5_vnet.c:1462:31: warning: shift count >= width
of type [-Wshift-count-overflow]
ndev->mvdev.mlx_features |= BIT(VIRTIO_F_VERSION_1);
^~~~~~~~~~~~~~~~~~~~~~~
This is related to the BIT macro, which uses an unsigned long literal,
2020 Aug 21
3
[PATCH] vdpa/mlx5: Avoid warnings about shifts on 32-bit platforms
Clang warns several times when building for 32-bit ARM along the lines
of:
drivers/vdpa/mlx5/net/mlx5_vnet.c:1462:31: warning: shift count >= width
of type [-Wshift-count-overflow]
ndev->mvdev.mlx_features |= BIT(VIRTIO_F_VERSION_1);
^~~~~~~~~~~~~~~~~~~~~~~
This is related to the BIT macro, which uses an unsigned long literal,