Questions tagged [attributes]

Extended attributes (commonly called "xattrs") are a way to associate metadata with files/directories in the filesystem.

Extended file attributes can be used to store information such as MIME type, checksums, cryptographic keys/certificates, etc; attributes are not interpreted by the filesystem (unlike the normal file attributes). They require operating system and filesystem support; not all operating systems and/or filesystems support them.

For more about extended file attributes, see the Wikipedia article.

64 questions
2
votes
1 answer

Unable to change country in Exchange Admin center 2016, but can in AD

I have started having an issue when trying to change a user/mailboxes country/region through Exchange Admin Center in Exchange 2016. When attempting to do so, I get this error: Active Directory operation failed on DC. This error is not retriable.…
2
votes
3 answers

Identifying certain Active Directory accounts as "IsHuman"

I'd like to flag certain Active Directory accounts to indicate that they represent individual, physical people as opposed to groups, service accounts, built-in accounts, etc. This could be via a custom or built-in attribute, group, etc. Ideally,…
mwolfe02
  • 193
  • 1
  • 1
  • 12
2
votes
1 answer

Resetting Windows' File Security Permissions

I'm trying to find the correct commands to reset each of my hard drives permissions to remove all of the incorrect, outdated groups/usernames that have built up on folders over time and reset the permissions to their defaults. I've tried running…
Ryflex
  • 139
  • 1
  • 11
2
votes
0 answers

How to search based on custom attribute?

I have some special custom attributes with my ldap setup. I have a custom attribute called GroupCode. I have bunch of entries with this special attribute that I was able to write to the ldap database. Lets say that I have one object with GroupCode…
2
votes
1 answer

instanceType attribute in Active Directory

I need to change the instanceType attribute of a service account. If I try to change it from Active Directory Users and Computers console it's greyed out and if I try to change it via powershell with Set-Aduser i get "The attribute cannot be…
2
votes
1 answer

Can Mac OS X extended attributes be stored across NFS to a Linux ext4 filesystem?

MacOSX filesystems use extended attributes (e.g. "com.apple.quarantine", "com.apple.FinderInfo"): $ ls -l@ .DS_Store -rw-r--r--@ 1 gareth staff 18436 2 Nov 10:35 .DS_Store com.apple.FinderInfo 32 Can these extended attributes be…
2
votes
0 answers

LDAP fixed length string attribute

I'm building a LDAP schema for OpenLDAP in which one of the attributes is a numeric identifier that has a constant length (e.g. 10). I am using for it the numericString syntax (1.3.6.1.4.1.1466.115.121.1.36). I have found how to set a maximum length…
Dumitru
  • 186
  • 4
2
votes
2 answers

Restrict access to active directory attributes from a particular computer?

I know that some attributes in AD are classified as personal information and some are classified as public information (see the "property set" column here - http://www.kouti.com/tables/userattributes.htm). My question is, how do I use that…
Sapg
  • 21
  • 1
  • 2
2
votes
1 answer

Retrieve "IP Phone" Attribute from AD for Exchange Disclaimer/Signature

I'm trying to build a company-wide signature in Exchange using the Transport Rules and Disclaimers. I'd like to include our Skype names as part of this signature. In ADAC, the closest field I could find to Skype was "IP Phone" however I'm unable to…
DTI-Matt
  • 259
  • 1
  • 6
  • 20
2
votes
1 answer

Transfer files with extended attributes: Redhat to Redhat

I need to transfer files with extended attributes from my local system (SL 6.5) to a remote server (Centos 5.6). However, both scp and rsync are dropping the attributes, so I'm having to manually setfattr on the server. Any pointers on how to do…
EML
  • 423
  • 4
  • 12
2
votes
1 answer

OpenLDAP and range attributes

I am trying to query the "member" attribute of a groupOfNames object, and in AD, I can be sure to retrieve all of them, should they exceed the maximum of 1000 entries, by using ranged attribute queries. They look like this: member;range=0-999 This…
2
votes
1 answer

Overriding attributes with Chef Solo

I'm trying to install Maven 3 using Chef Solo and the following cookbook: http://community.opscode.com/cookbooks/maven The cookbook installs Maven 2 by default, and the first time I ran it, it installed Maven 2 as expected. Later on I modified my…
user19509
2
votes
2 answers

Where can I find more information about custom/extension attributes in Active Directory?

I want to be able use a script to write/read from extensionAttribute1-15 I was wondering where I could find more info about the size of these fields, what can be written into them. I've used google, but I dont think I'm either searching for the…
Jenski
  • 145
  • 3
  • 8
2
votes
1 answer

NTFS network file copy hangs on +R attrib files / Server 2008 R2

I have encountered at least two server 2008 R2 machines that were recently built that exhibit identical behavior. When using explorer to copy a folder of files from or to the affected host, any file that is +R (read only) attribute flagged causes…
Aszurom
  • 463
  • 2
  • 8
  • 19
2
votes
1 answer

how to delete files owned by Apache?

I've installed a CMS on a shared host running Apache, now when I try to delete the root directory, some sub-directories are left with a "Permission denied" error and I can't change their attributes. the best explanation I've got is that the CMS…
Hassen
  • 169
  • 1
  • 8