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.

63 questions
2
votes
1 answer

WDC WD40PURZ-85AKKY0 is missing smartclt attributes?

I d like to share a weird thing I came across with the above aforementioned disk. I have two of these WDC WD40PURZ-85AKKY0 WDC WD40PURZ-85TTDY0 both are purple 4tb drives. Before use them in an array (along with other 4tb drives) I wanted to check…
ieronymous
  • 21
  • 2
1
vote
2 answers

OPENLDAP: how to set attributes as required?

I installed OPENLDAP 2.4.44 on CentOS 7. Now I need to set any attributes as required, is it possible? I need that all users have this attributes required: - givenName - sn - cn - userPassword - displayName - o How Can I do?
1
vote
1 answer

`Operating-System` attribute in AD vs MAC OS

There is a Operating-System attribute in Active Directory attributes defined by Active Directory As I don't have access to AD containing MAC OS joined devices can anyone tell me what would it populate under this attribute ?
cyzczy
  • 139
  • 1
  • 9
1
vote
2 answers

Using rsync and which directories should I place in my exclude file when using rsync?

I would like to use a CentOS VM for a mirrored full backup of my CentOS mail server. Both are the same version and are up-to-date. I have found that without excluding certain directories the VM backup has kernel panic attacks and fails to load. I…
ricbax
  • 169
  • 1
  • 11
1
vote
1 answer

Reporting on AD User object attributes for accounts that have never logged on

I have written a utility in C# to report on AD account details for use in access management processes. I have noticed that the values of some attributes are not included in the reports for accounts which have never logged on, and therefore the…
LupusAlbus
  • 11
  • 2
1
vote
1 answer

openldap alternative to modifying core schema syntax

I have an application that stores contacts in OpenLDAP. It uses the c attribute to store a string describing a country name. The syntax of c only allows a two-letter country code, but the application uses full country names. Therefore the attribute…
roelvanmeer
  • 1,720
  • 2
  • 11
  • 25
1
vote
2 answers

AD - storing last 4 of employee social sec number as the employeeNumber attritubte?

I am currently working on scripting some of our access at work and would love an easy way to enter and retrieve the last 4 of a user's social sec number. It's the primary way we identify people that call. Currently we have to log in and search…
soMuch2Learn
  • 333
  • 1
  • 6
  • 16
1
vote
0 answers

While using an ntfs smb share for mac users, do symbolic links and extended attributes work?

We have a majority of mac users but we'd rather support their file sharing using a Windows server with an ntfs drive, or at least a Linux server with ext3. We've had trouble, much trouble, utilizing the OS X server software and after the years are…
scape
  • 365
  • 1
  • 3
  • 17
1
vote
2 answers

How to use `list` to locate attributes changed to `s---ia-------`?

My linux CentOS server has been compromised lately (rootkit). Some files attributes have been changed, for example the command : lsattr /bin/ls gives s---ia------- /bin/ls How cand I use find command to list all files on system that have…
Danijel
  • 256
  • 5
  • 18
1
vote
1 answer

ActiveDirectory lastLogonTimeStamp Inactive

In joining a new company, I have inherited it's history. I find that the User and Computer Object property lastLogonTimeStamp is not available. I have checked that the AD Schema version is 2003 R2, and that the domain attribute…
gWaldo
  • 11,887
  • 8
  • 41
  • 68
1
vote
1 answer

How to delegate control to write to directReports attribute

I'm trying to give my bind user account the ability to write to the directReports attribute. When I get into the properties, almost every other attribute has a read and a write option. I only see "Read Direct Reports." No "Write Direct…
cluckinchicken
  • 43
  • 1
  • 1
  • 5
1
vote
2 answers

How can I use rsync from serverA to serverB via USB hard disk drives?

I'm trying to syncronize two NAS remotely located. They run FreeNAS 8.0.3 and I've been using rsync to syncronize data over the Internet. The sync literally copies NAS1 to NAS2. Unfortunately, the internet pipe is not big enough and I'm now about…
rs232
  • 13
  • 2
1
vote
0 answers

postfix transport to smtp or lmtp depending on LDAP attribute

In postfix, I usually route mails depending on "mailhost" attribute as follows: query_filter = (|(&(mail=%U@%d)(accountstatus=active))(&(mailalternateaddress=%U@%d)(accountstatus=active))) result_attribute = mailhost result_format = smtp:[%s] But…
Gontzal
  • 21
  • 4
0
votes
1 answer

freeradius rlm_python tagged attributes

I've created python auth module. When trying to perform testing with radtest reply is: User-Password = "testing123" NAS-IP-Address = 127.0.1.1 NAS-Port = 0 Message-Authenticator = 0x00 Cleartext-Password = "testing123" Received…
Marcus
  • 1
  • 2
0
votes
1 answer

How to parse an ldif export for attribute values

I have an ldif export where I want to build an outputfile with one line per ldif entry; the one line contains various attribute-values in a specific order. So the commands should parse each ldif entry beginning with the dn: attribute and evaluate…
Richard
  • 21
  • 1
  • 3